Searched refs:PCI32_MAPPED_BASE (Results 1 – 3 of 3) sorted by relevance
749 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE macro752 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)754 (ulong_t)(x) >= PCI32_MAPPED_BASE)755 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
1468 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE macro1473 #define IS_PCI32_LOCAL(x) ((uint64_t)(x) < PCI32_MAPPED_BASE)1475 (uint64_t)(x) >= PCI32_MAPPED_BASE)1476 #define IS_PCI32_DIRECT(x) ((uint64_t)(x) >= PCI32_MAPPED_BASE)
2967 PCI32_MAPPED_BASE + IOPGSIZE * ate_index; in pcibr_dmamap_alloc()