Home
last modified time | relevance | path

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

/arch/ia64/hp/common/
Dsba_iommu.c257 # define GET_IOC(dev) (((dev)->bus == &pci_bus_type) \ macro
260 # define GET_IOC(dev) NULL macro
943 ioc = GET_IOC(dev); in sba_map_single_attrs()
1039 ioc = GET_IOC(dev); in sba_unmap_single_attrs()
1113 ioc = GET_IOC(dev); in sba_alloc_coherent()
1438 ioc = GET_IOC(dev); in sba_map_sg_attrs()
1529 ioc = GET_IOC(dev); in sba_unmap_sg_attrs()
/arch/parisc/include/asm/
Ddma-mapping.h225 #define GET_IOC(dev) (HBA_DATA(parisc_walk_tree(dev))->iommu); macro