Searched defs:IS_PCI_COMPATIBLE_ADDRESS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciLibEsal/
H A DPciLib.c65 #define IS_PCI_COMPATIBLE_ADDRESS(Address) (((Address) & 0xf00) == 0) macro
90 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
145 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/
H A DPciLib.c65 #define IS_PCI_COMPATIBLE_ADDRESS(Address) (((Address) & 0xf00) == 0) macro
90 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
145 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {

Completed in 71 milliseconds