HomeSort by relevance Sort by last modified time
    Searched refs:IS_PCI_COMPATIBLE_ADDRESS (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/
PciLib.c 65 #define IS_PCI_COMPATIBLE_ADDRESS(Address) (((Address) & 0xf00) == 0)
90 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
145 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/
PciLib.c 65 #define IS_PCI_COMPATIBLE_ADDRESS(Address) (((Address) & 0xf00) == 0)
90 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
145 if (IS_PCI_COMPATIBLE_ADDRESS(Address)) {
    [all...]

Completed in 87 milliseconds