Home
last modified time | relevance | path

Searched defs: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
H A Di2c-algo-pca.c21 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \ macro