Searched refs:cs428x_debug (Results 1 – 2 of 2) sorted by relevance
196 #define DPRINTF(x) if (cs428x_debug) printf x197 #define DPRINTFN(n,x) if (cs428x_debug>(n)) printf x198 extern int cs428x_debug;
58 int cs428x_debug = 0; variable