Searched refs:DEBPROTO (Results 1 – 3 of 3) sorted by relevance
41 #define DEBPROTO(x) if (i2c_debug>=9) { x; } macro135 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()
46 #define DEBPROTO(x) if (i2c_debug>=9) x; macro68 DEBPROTO(printk("S ")); in i2c_start()74 DEBPROTO(printk(" Sr ")); in i2c_repstart()81 DEBPROTO(printk("P\n")); in i2c_stop()
59 #define DEBPROTO(x) if (i2c_debug>=9) x; macro