Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/hp/common/
Dsba_iommu.c258 # define GET_IOC(dev) ((dev_is_pci(dev)) \ 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()
1470 ioc = GET_IOC(dev); in sba_map_sg_attrs()
1565 ioc = GET_IOC(dev); in sba_unmap_sg_attrs()
/linux-4.4.14/drivers/parisc/
Dccio-dma.c743 ioc = GET_IOC(dev); in ccio_map_single()
807 ioc = GET_IOC(dev); in ccio_unmap_single()
910 ioc = GET_IOC(dev); in ccio_map_sg()
982 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()
1029 ioc = GET_IOC(dev); in sba_unmap_sg()
/linux-4.4.14/arch/parisc/include/asm/
Ddma-mapping.h216 #define GET_IOC(dev) (HBA_DATA(parisc_walk_tree(dev))->iommu) macro