Home
last modified time | relevance | path

Searched refs:SMC_PCI_CALL_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware-2.8.0/services/std_svc/
A Dpci_svc.c24 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()
/arm-trusted-firmware-2.8.0/plat/rpi/rpi4/
A Drpi4_pci_svc.c113 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()
/arm-trusted-firmware-2.8.0/include/services/
A Dpci_svc.h50 #define SMC_PCI_CALL_SUCCESS U(0) macro

Completed in 4 milliseconds