Lines Matching defs:ret
19 uint32_t ret;
22 ret = pci_get_bus_for_seg(PCI_ADDR_SEG(addr), &start_end_bus, &nseg);
24 if (ret != SMC_PCI_CALL_SUCCESS) {
71 uint32_t ret;
79 if (pci_read_config(x1, x2, x3, &ret) != 0U) {
82 SMC_RET2(handle, SMC_PCI_CALL_SUCCESS, ret);
87 uint32_t ret;
92 ret = pci_write_config(x1, x2, x3, x4);
93 SMC_RET1(handle, ret);
98 uint32_t ret;
104 ret = pci_get_bus_for_seg(x1, &start_end_bus, &nseg);
105 SMC_RET3(handle, ret, start_end_bus, nseg);