Home
last modified time | relevance | path

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

/arch/ia64/include/asm/sn/
Dpcibr_provider.h48 #define IS_PCI32_MAPPED(x) ((u64)(x) < PCI32_DIRECT_BASE && \ macro
/arch/ia64/sn/pci/pcibr/
Dpcibr_dma.c214 if (IS_PCI32_MAPPED(dma_handle)) { in pcibr_dma_unmap()
/arch/mips/include/asm/pci/
Dbridge.h757 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && \ macro