Searched refs:IS_PCI32_MAPPED (Results 1 – 3 of 3) sorted by relevance
236 if (IS_PCI32_MAPPED(dma_handle)) in sn_pci_free_consistent()367 if (IS_PCI32_MAPPED(sg->dma_address)) { in sn_pci_unmap_sg()492 if (IS_PCI32_MAPPED(dma_addr)) in sn_pci_unmap_single()
753 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && \ macro
1474 #define IS_PCI32_MAPPED(x) ((uint64_t)(x) < PCI32_DIRECT_BASE && \ macro