Home
last modified time | relevance | path

Searched refs:DEB3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.c26 #define DEB3(x) if (i2c_debug >= 3) x /* print several statistical values */ macro
153 DEB3(printk(KERN_DEBUG "i2c-algo-pcf.o: PCF state 0x%02x\n", in pcf_init_8584()
351 DEB3(printk(KERN_DEBUG "i2c-algo-pcf.o: Msg %d, addr=0x%x, flags=0x%x, len=%d\n", in pcf_xfer()
H A Di2c-algo-pca.c21 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \ macro
233 DEB3("STATE is 0x%02x\n", state); in pca_xfer()