Searched refs:PCI32_DIRECT_BASE (Results 1 – 3 of 3) sorted by relevance
46 #define PCI32_DIRECT_BASE 0x80000000 macro48 #define IS_PCI32_MAPPED(x) ((u64)(x) < PCI32_DIRECT_BASE && \
754 #define PCI32_DIRECT_BASE BRIDGE_DMA_DIRECT_BASE macro757 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && \
199 return PCI32_DIRECT_BASE | offset; in pcibr_dmatrans_direct32()