rt2661_debug 70 dev/ic/rt2661.c #define DPRINTF(x) do { if (rt2661_debug > 0) printf x; } while (0) rt2661_debug 71 dev/ic/rt2661.c #define DPRINTFN(n, x) do { if (rt2661_debug >= (n)) printf x; } while (0) rt2661_debug 72 dev/ic/rt2661.c int rt2661_debug = 1;