Searched defs:DEB2 (Results 1 – 2 of 2) sorted by relevance
25 #define DEB2(x) if (i2c_debug >= 2) x macro
19 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ macro