Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/sn/
Dpcibr_provider.h46 #define PCI32_DIRECT_BASE 0x80000000 macro
48 #define IS_PCI32_MAPPED(x) ((u64)(x) < PCI32_DIRECT_BASE && \
/linux-2.6.39/arch/mips/include/asm/pci/
Dbridge.h754 #define PCI32_DIRECT_BASE BRIDGE_DMA_DIRECT_BASE macro
757 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && \
/linux-2.6.39/arch/ia64/sn/pci/pcibr/
Dpcibr_dma.c199 return PCI32_DIRECT_BASE | offset; in pcibr_dmatrans_direct32()