Searched refs:DBG_INIT (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/parisc/
H A Dsuperio.c85 #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",
470 DBG_INIT("superio_probe: ignoring IDE 87415\n");
472 DBG_INIT("superio_probe: ignoring USB OHCI controller\n");
474 DBG_INIT("superio_probe: WTF? Fire Extinguisher?\n");
H A Dsba_iommu.c72 #define DBG_INIT(x...) printk(x) macro
74 #define DBG_INIT(x...) macro
160 DBG_INIT("SBA at 0x%p\n", hpa);
161 DBG_INIT("IOS_DIST_BASE : %Lx\n", READ_REG64(hpa+IOS_DIST_BASE));
162 DBG_INIT("IOS_DIST_MASK : %Lx\n", READ_REG64(hpa+IOS_DIST_MASK));
163 DBG_INIT("IOS_DIST_ROUTE : %Lx\n", READ_REG64(hpa+IOS_DIST_ROUTE));
164 DBG_INIT("\n");
165 DBG_INIT("IOS_DIRECT_BASE : %Lx\n", READ_REG64(hpa+IOS_DIRECT_BASE));
166 DBG_INIT("IOS_DIRECT_MASK : %Lx\n", READ_REG64(hpa+IOS_DIRECT_MASK));
167 DBG_INIT("IOS_DIRECT_ROUT
[all...]
H A Dccio-dma.c67 #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",
1294 DBG_INIT(" base %p\n", ioc->pdir_base);
1298 DBG_INIT("%s() res_size 0x%x\n", __func__, ioc->res_size);
1318 DBG_INIT(" chainid_shift 0x%x\n", ioc->chainid_shift);
/linux-master/drivers/net/wan/
H A Dfarsync.h333 #define DBG_INIT 0x0002 /* Card detection and initialisation */ macro
H A Dfarsync.c1538 dbg(DBG_INIT, "Card init OK intr\n");
1542 dbg(DBG_INIT, "Card init FAILED intr\n");
/linux-master/drivers/atm/
H A Didt77252.h56 #define DBG_INIT 0x00000040 macro
68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0)
/linux-master/drivers/tty/serial/jsm/
H A Djsm.h27 DBG_INIT = 0x01, enumerator in enum:__anon471
/linux-master/drivers/rapidio/devices/
H A Dtsi721.h14 DBG_INIT = BIT(0), /* driver init */ enumerator in enum:__anon932
H A Drio_mport_cdev.c52 DBG_INIT = BIT(0), /* driver init */ enumerator in enum:__anon391
/linux-master/drivers/rapidio/
H A Drio_cm.c37 DBG_INIT = BIT(0), /* driver init */ enumerator in enum:__anon392

Completed in 265 milliseconds