Home
last modified time | relevance | path

Searched refs:GET_IOC (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/ia64/hp/common/
Dsba_iommu.c258 # define GET_IOC(dev) (((dev)->bus == &pci_bus_type) \ macro
261 # define GET_IOC(dev) NULL macro
953 ioc = GET_IOC(dev); in sba_map_page()
1058 ioc = GET_IOC(dev); in sba_unmap_page()
1138 ioc = GET_IOC(dev); in sba_alloc_coherent()
1472 ioc = GET_IOC(dev); in sba_map_sg_attrs()
1567 ioc = GET_IOC(dev); in sba_unmap_sg_attrs()
/linux-3.4.99/drivers/parisc/
Dccio-dma.c745 ioc = GET_IOC(dev); in ccio_map_single()
809 ioc = GET_IOC(dev); in ccio_unmap_single()
912 ioc = GET_IOC(dev); in ccio_map_sg()
984 ioc = GET_IOC(dev); in ccio_unmap_sg()
Dsba_iommu.c693 ioc = GET_IOC(dev); in sba_dma_supported()
724 ioc = GET_IOC(dev); in sba_map_single()
805 ioc = GET_IOC(dev); in sba_unmap_single()
944 ioc = GET_IOC(dev); in sba_map_sg()
1030 ioc = GET_IOC(dev); in sba_unmap_sg()
/linux-3.4.99/arch/parisc/include/asm/
Ddma-mapping.h213 #define GET_IOC(dev) (HBA_DATA(parisc_walk_tree(dev))->iommu) macro