Home
last modified time | relevance | path

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

/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()
/arch/parisc/include/asm/
Ddma-mapping.h217 #define GET_IOC(dev) ({ \ macro