PCI32_MAPPED_BASE  759 arch/mips/include/asm/pci/bridge.h #define IS_PCI32_LOCAL(x)	((ulong_t)(x) < PCI32_MAPPED_BASE)
PCI32_MAPPED_BASE  761 arch/mips/include/asm/pci/bridge.h 					(ulong_t)(x) >= PCI32_MAPPED_BASE)
PCI32_MAPPED_BASE  762 arch/mips/include/asm/pci/bridge.h #define IS_PCI32_DIRECT(x)	((ulong_t)(x) >= PCI32_MAPPED_BASE)