Searched refs:SMC_PCI_CALL_SUCCESS (Results 1 – 3 of 3) sorted by relevance
24 if (ret != SMC_PCI_CALL_SUCCESS) { in validate_rw_addr_sz()38 return SMC_PCI_CALL_SUCCESS; in validate_rw_addr_sz()65 SMC_RET1(handle, SMC_PCI_CALL_SUCCESS); in pci_smc_handler()73 if (validate_rw_addr_sz(x1, x2, x3) != SMC_PCI_CALL_SUCCESS) { in pci_smc_handler()82 SMC_RET2(handle, SMC_PCI_CALL_SUCCESS, ret); in pci_smc_handler()89 if (validate_rw_addr_sz(x1, x2, x3) != SMC_PCI_CALL_SUCCESS) { in pci_smc_handler()
113 uint32_t ret = SMC_PCI_CALL_SUCCESS; in pci_read_config()162 uint32_t ret = SMC_PCI_CALL_SUCCESS; in pci_write_config()206 uint32_t ret = SMC_PCI_CALL_SUCCESS; in pci_get_bus_for_seg()
50 #define SMC_PCI_CALL_SUCCESS U(0) macro