Searched refs:PCI32_MAPPED_BASE (Results 1 – 3 of 3) sorted by relevance
45 #define PCI32_MAPPED_BASE 0x40000000 macro49 (u64)(x) >= PCI32_MAPPED_BASE)50 #define IS_PCI32_DIRECT(x) ((u64)(x) >= PCI32_MAPPED_BASE)
753 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE macro756 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)758 (ulong_t)(x) >= PCI32_MAPPED_BASE)759 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
114 pci_addr = PCI32_MAPPED_BASE + offset + IOPGSIZE * ate_index; in pcibr_dmamap_ate32()218 IOPG((ATE_SWAP_OFF(dma_handle) - PCI32_MAPPED_BASE)); in pcibr_dma_unmap()