Searched refs:xhcidebug (Results 1 – 2 of 2) sorted by relevance
50 #define DPRINTF(x) if (xhcidebug) printf x51 extern int xhcidebug;
44 #define DPRINTF(x) do { if (xhcidebug) printf x; } while(0)45 #define DPRINTFN(n,x) do { if (xhcidebug>(n)) printf x; } while (0)46 int xhcidebug = 3; variable