Searched refs:DBG_INIT (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/parisc/ |
| A D | sba_iommu.c | 72 #define DBG_INIT(x...) printk(x) macro 74 #define DBG_INIT(x...) macro 160 DBG_INIT("SBA at 0x%p\n", hpa); in sba_dump_ranges() 164 DBG_INIT("\n"); in sba_dump_ranges() 178 DBG_INIT("IO TLB at 0x%p\n", hpa); in sba_dump_tlb() 183 DBG_INIT("\n"); in sba_dump_tlb() 1312 DBG_INIT("%s() pdir %p size %x\n", in sba_ioc_init_pluto() 1444 DBG_INIT("%s() pdir %p size %x\n", in sba_ioc_init() 1511 DBG_INIT("%s() DONE\n", __func__); in sba_ioc_init() 1595 DBG_INIT(" 0x%Lx\n", ioc_ctl); in sba_hw_init() [all …]
|
| A D | superio.c | 85 #define DBG_INIT(x...) printk(x) macro 87 #define DBG_INIT(x...) macro 456 DBG_INIT("superio_probe(%s) ven 0x%x dev 0x%x sv 0x%x sd 0x%x class 0x%x\n", in superio_probe() 470 DBG_INIT("superio_probe: ignoring IDE 87415\n"); in superio_probe() 472 DBG_INIT("superio_probe: ignoring USB OHCI controller\n"); in superio_probe() 474 DBG_INIT("superio_probe: WTF? Fire Extinguisher?\n"); in superio_probe()
|
| A D | ccio-dma.c | 67 #define DBG_INIT(x...) printk(x) macro 69 #define DBG_INIT(x...) macro 1280 DBG_INIT("%s() hpa 0x%p mem %luMB IOV %dMB (%d bits)\n", in ccio_ioc_init() 1294 DBG_INIT(" base %p\n", ioc->pdir_base); in ccio_ioc_init() 1298 DBG_INIT("%s() res_size 0x%x\n", __func__, ioc->res_size); in ccio_ioc_init() 1318 DBG_INIT(" chainid_shift 0x%x\n", ioc->chainid_shift); in ccio_ioc_init()
|
| /linux/drivers/net/wan/ |
| A D | farsync.h | 333 #define DBG_INIT 0x0002 /* Card detection and initialisation */ macro
|
| A D | farsync.c | 1538 dbg(DBG_INIT, "Card init OK intr\n"); in fst_intr() 1542 dbg(DBG_INIT, "Card init FAILED intr\n"); in fst_intr()
|
| /linux/drivers/atm/ |
| A D | idt77252.h | 56 #define DBG_INIT 0x00000040 macro 68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0)
|
| /linux/drivers/tty/serial/jsm/ |
| A D | jsm.h | 27 DBG_INIT = 0x01, enumerator
|
| /linux/drivers/rapidio/devices/ |
| A D | tsi721.h | 14 DBG_INIT = BIT(0), /* driver init */ enumerator
|
| A D | rio_mport_cdev.c | 52 DBG_INIT = BIT(0), /* driver init */ enumerator
|
| /linux/drivers/rapidio/ |
| A D | rio_cm.c | 37 DBG_INIT = BIT(0), /* driver init */ enumerator
|
Completed in 46 milliseconds