Searched refs:D_INIT (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/arcnet/ |
D | com90xx.c | 145 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 146 BUGMSG2(D_INIT, "S1: "); in com90xx_probe() 148 BUGMSG2(D_INIT, "%Xh ", *port); in com90xx_probe() 176 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 191 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 192 BUGMSG2(D_INIT, "S2: "); in com90xx_probe() 194 BUGMSG2(D_INIT, "%Xh ", *port); in com90xx_probe() 196 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 209 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 210 BUGMSG2(D_INIT, "S3: "); in com90xx_probe() [all …]
|
D | com20020-pci.c | 117 BUGMSG(D_INIT, "IO region %xh-%xh already allocated.\n", in com20020pci_probe()
|
D | com20020.c | 250 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", in com20020_reset()
|
D | arc-rimi.c | 219 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", dev->name, ASTATUS()); in arcrimi_reset()
|
D | com90io.c | 301 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", dev->name, ASTATUS()); in com90io_reset()
|
D | arcnet.c | 391 BUGMSG(D_INIT, "arcnet_open: resetting card.\n"); in arcnet_open()
|
/linux-2.4.37.9/include/linux/ |
D | arcdevice.h | 66 #define D_INIT 4 /* show init/probe messages */ macro
|
/linux-2.4.37.9/Documentation/networking/ |
D | arcnet.txt | 547 D_NORMAL+D_EXTRA+D_INIT. To include D_DURING, you would add 16 to this,
|