Searched refs:DEB3 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/i2c/ |
D | i2c-adap-ite.c | 69 #define DEB3(x) if (i2c_debug>=3) x macro 79 DEB3(printk(" Write 0x%02x to 0x%x\n",(unsigned short)val, ctl&0xff)); in iic_ite_setiic() 80 DEB3({while (jiffies < j) schedule();}) in iic_ite_setiic() 89 DEB3(printk("Read 0x%02x from 0x%x\n",(unsigned short)val, ctl&0xff)); in iic_ite_getiic() 168 DEB3(printk("Enabled IIC IRQ %d\n", gpi.iic_irq)); in iic_hw_resrc_init()
|
D | i2c-elektor.c | 63 #define DEB3(x) if (i2c_debug>=3) x macro 76 DEB3(printk(KERN_DEBUG "i2c-elektor.o: Write 0x%X 0x%02X\n", address, val & 255)); in pcf_isa_setbyte() 97 DEB3(printk(KERN_DEBUG "i2c-elektor.o: Read 0x%X 0x%02X\n", address, val)); in pcf_isa_getbyte() 238 …DEB3(printk(KERN_DEBUG "i2c-elektor.o: found cy82c693, config register 0x47 = 0x%02x.\n", config)); in i2c_pcfisa_init()
|
D | i2c-algo-pcf.c | 45 #define DEB3(x) if (i2c_debug>=3) x /* print several statistical values*/ macro 144 DEB3(printk(KERN_DEBUG "i2c-algo-pcf.o: PCF state 0x%02x\n", get_pcf(adap, 1))); in pcf_init_8584() 397 DEB3(printk(KERN_DEBUG "i2c-algo-pcf.o: Msg %d, addr=0x%x, flags=0x%x, len=%d\n", in pcf_xfer()
|
D | i2c-algo-ite.c | 58 #define DEB3(x) if (i2c_debug>=3) x /* print several statistical values*/ macro 673 DEB3(printk("iic_xfer: Msg %d, addr=0x%x, flags=0x%x, len=%d\n", in iic_xfer() 684 DEB3(printk("iic_xfer: error or fail on read/write %d bytes.\n",ret)); in iic_xfer() 686 DEB3(printk("iic_xfer: read/write %d bytes.\n",ret)); in iic_xfer()
|