Home
last modified time | relevance | path

Searched refs:DEBPROTO (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/i2c/
Di2c-algo-bit.c41 #define DEBPROTO(x) if (i2c_debug>=9) { x; } macro
135 DEBPROTO(printk("S ")); in i2c_start()
143 DEBPROTO(printk(" Sr ")); in i2c_repstart()
155 DEBPROTO(printk("P\n")); in i2c_stop()
184 DEBPROTO(printk(KERN_DEBUG "%d",sb!=0)); in i2c_outb()
203 DEBPROTO( printk(KERN_DEBUG "[%2.2x]",c&0xff) ); in i2c_outb()
204 DEBPROTO(if (0==ack){ printk(KERN_DEBUG " A ");} else printk(KERN_DEBUG " NA ") ); in i2c_outb()
233 DEBPROTO(printk(KERN_DEBUG " 0x%02x", indata & 0xff)); in i2c_inb()
393 DEBPROTO(printk(" Am ")); in readbytes()
396 DEBPROTO(printk(" NAm ")); in readbytes()
Di2c-algo-pcf.c46 #define DEBPROTO(x) if (i2c_debug>=9) x; macro
68 DEBPROTO(printk("S ")); in i2c_start()
74 DEBPROTO(printk(" Sr ")); in i2c_repstart()
81 DEBPROTO(printk("P\n")); in i2c_stop()
Di2c-algo-ite.c59 #define DEBPROTO(x) if (i2c_debug>=9) x; macro