ulong_t           759 arch/mips/include/asm/pci/bridge.h #define IS_PCI32_LOCAL(x)	((ulong_t)(x) < PCI32_MAPPED_BASE)
ulong_t           760 arch/mips/include/asm/pci/bridge.h #define IS_PCI32_MAPPED(x)	((ulong_t)(x) < PCI32_DIRECT_BASE && \
ulong_t           761 arch/mips/include/asm/pci/bridge.h 					(ulong_t)(x) >= PCI32_MAPPED_BASE)
ulong_t           762 arch/mips/include/asm/pci/bridge.h #define IS_PCI32_DIRECT(x)	((ulong_t)(x) >= PCI32_MAPPED_BASE)
ulong_t           763 arch/mips/include/asm/pci/bridge.h #define IS_PCI64(x)		((ulong_t)(x) >= PCI64_BASE)
ulong_t           778 arch/mips/include/asm/pci/bridge.h #define IS_GIO_LOCAL(x)		((ulong_t)(x) < GIO_MAPPED_BASE)
ulong_t           779 arch/mips/include/asm/pci/bridge.h #define IS_GIO_MAPPED(x)	((ulong_t)(x) < GIO_DIRECT_BASE && \
ulong_t           780 arch/mips/include/asm/pci/bridge.h 					(ulong_t)(x) >= GIO_MAPPED_BASE)
ulong_t           781 arch/mips/include/asm/pci/bridge.h #define IS_GIO_DIRECT(x)	((ulong_t)(x) >= GIO_MAPPED_BASE)