Searched defs:DEBUG_PRINT (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/comedi/drivers/
H A Ddas16.c96 #define DEBUG_PRINT(format, args...) \ macro
99 #define DEBUG_PRINT(format, args...) macro
975 DEBUG_PRINT("pacer period: %d ns\n", cmd->convert_arg);
1181 DEBUG_PRINT("spurious interrupt\n");
1260 DEBUG_PRINT("interrupt while dma disabled?\n");
1328 DEBUG_PRINT("********DAS1600 REGISTER DUMP********\n");
1329 DEBUG_PRINT("DAS16_MUX: %x\n", inb(dev->iobase + DAS16_MUX));
1330 DEBUG_PRINT("DAS16_DIO: %x\n", inb(dev->iobase + DAS16_DIO));
1331 DEBUG_PRINT("DAS16_STATUS: %x\n", inb(dev->iobase + DAS16_STATUS));
1332 DEBUG_PRINT("DAS16_CONTRO
[all...]
H A Dgsc_hpdi.c70 #define DEBUG_PRINT(format, args...) printk(format , ## args) macro
72 #define DEBUG_PRINT(format, args...) macro
426 DEBUG_PRINT(" plx interrupt status 0x%x\n",
428 DEBUG_PRINT(" plx id bits 0x%x\n", readl(plx_iobase + PLX_ID_REG));
429 DEBUG_PRINT(" plx control reg 0x%x\n",
432 DEBUG_PRINT(" plx revision 0x%x\n",
434 DEBUG_PRINT(" plx dma channel 0 mode 0x%x\n",
436 DEBUG_PRINT(" plx dma channel 1 mode 0x%x\n",
438 DEBUG_PRINT(" plx dma channel 0 pci address 0x%x\n",
440 DEBUG_PRINT(" pl
[all...]
H A Dcb_pcidas64.c100 #define DEBUG_PRINT(format, args...) printk(format , ## args) macro
102 #define DEBUG_PRINT(format, args...) macro
1340 DEBUG_PRINT(" plx interrupt status 0x%x\n",
1342 DEBUG_PRINT(" plx id bits 0x%x\n", readl(plx_iobase + PLX_ID_REG));
1343 DEBUG_PRINT(" plx control reg 0x%x\n", priv(dev)->plx_control_bits);
1344 DEBUG_PRINT(" plx mode/arbitration reg 0x%x\n",
1346 DEBUG_PRINT(" plx region0 reg 0x%x\n",
1348 DEBUG_PRINT(" plx region1 reg 0x%x\n",
1351 DEBUG_PRINT(" plx revision 0x%x\n",
1353 DEBUG_PRINT(" pl
[all...]

Completed in 67 milliseconds