Searched refs:DBG_RUN_SG (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | ccio-dma.c | 85 #define DBG_RUN_SG(x...) printk(x) macro 87 #define DBG_RUN_SG(x...) macro 918 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in ccio_map_sg() 962 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in ccio_map_sg() 995 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in ccio_unmap_sg() 1013 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in ccio_unmap_sg()
|
H A D | sba_iommu.c | 84 #define DBG_RUN_SG(x...) printk(x) macro 86 #define DBG_RUN_SG(x...) macro 957 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg() 1018 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg() 1043 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg() 1074 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg()
|
H A D | iommu-helpers.h | 34 DBG_RUN_SG(" %d : %08lx %p/%05x\n", nents, in iommu_fill_pdir()
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 122 #define DBG_RUN_SG(x...) printk(x) macro 124 #define DBG_RUN_SG(x...) macro 1225 DBG_RUN_SG(" %d : %08lx/%05x %p\n", in sba_fill_pdir() 1450 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg_attrs() 1521 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg_attrs() 1545 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg_attrs() 1565 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg_attrs()
|