Searched refs:DBG_RES (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/parisc/kernel/ |
D | pci.c | 33 #define DBG_RES(x...) printk(KERN_DEBUG x) macro 35 #define DBG_RES(x...) macro 222 DBG_RES("pcibios_resource_to_bus(%02x %s [%lx,%lx])\n", in pcibios_resource_to_bus() 264 DBG_RES("pcibios_align_resource(%s, (%p) [%lx,%lx]/%x, 0x%lx, 0x%lx)\n", in pcibios_align_resource()
|
D | pci-dma.c | 49 #define DBG_RES(x...) printk(x) macro 51 #define DBG_RES(x...) macro 258 DBG_RES("pcxl_alloc_range() size: %d pages_needed %d pages_mask 0x%08lx\n", in pcxl_alloc_range() 280 DBG_RES("pcxl_alloc_range() res_idx %d mask 0x%08lx res_hint: %d\n", in pcxl_alloc_range() 314 DBG_RES("pcxl_free_range() res_idx: %d size: %d pages_mapped %d mask 0x%08lx\n", in pcxl_free_range()
|
/linux-2.6.39/drivers/parisc/ |
D | ccio-dma.c | 88 #define DBG_RES(x...) printk(x) macro 90 #define DBG_RES(x...) macro 351 DBG_RES("%s() size: %d pages_needed %d\n", in ccio_alloc_range() 396 DBG_RES("%s() res_idx %d res_hint: %d\n", in ccio_alloc_range() 440 DBG_RES("%s(): res_idx: %d pages_mapped %d\n", in ccio_free_range()
|
D | sba_iommu.c | 85 #define DBG_RES(x...) printk(x) macro 87 #define DBG_RES(x...) macro 387 DBG_RES("%s() o %ld %p", __func__, o, res_ptr); in sba_search_bitmap() 390 DBG_RES(" %p %lx %lx\n", res_ptr, mask, *res_ptr); in sba_search_bitmap() 456 DBG_RES("%s(%x) %d -> %lx hint %x/%x\n", in sba_alloc_range() 499 DBG_RES("%s( ,%x,%x) %x/%lx %x %p %lx\n", in sba_free_range()
|
/linux-2.6.39/arch/ia64/hp/common/ |
D | sba_iommu.c | 133 #define DBG_RES(x...) printk(x) macro 135 #define DBG_RES(x...) macro 549 DBG_RES("%s() o %ld %p", __func__, o, res_ptr); in sba_search_bitmap() 552 DBG_RES(" %p %lx %lx\n", res_ptr, mask, *res_ptr); in sba_search_bitmap() 711 DBG_RES("%s(%x) %d -> %lx hint %x/%x\n", in sba_alloc_range() 755 DBG_RES("%s( ,%x,%x) %x/%lx %x %p %lx\n", __func__, (uint) iova, size, in sba_free_range()
|