Home
last modified time | relevance | path

Searched refs:PCI32_MAPPED_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/pci/
Dbridge.h749 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE macro
752 #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)
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dbridge.h1468 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE macro
1473 #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)
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_dvr.c2967 PCI32_MAPPED_BASE + IOPGSIZE * ate_index; in pcibr_dmamap_alloc()