HomeSort by: relevance | last modified time | path
    Searched defs:plumpower_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
plumpower.c 50 int plumpower_debug = 1; variable in typeref:typename:int
51 #define DPRINTF(arg) if (plumpower_debug) printf arg;
52 #define DPRINTFN(n, arg) if (plumpower_debug > (n)) printf arg;
plumpower.c 50 int plumpower_debug = 1; variable in typeref:typename:int
51 #define DPRINTF(arg) if (plumpower_debug) printf arg;
52 #define DPRINTFN(n, arg) if (plumpower_debug > (n)) printf arg;

Completed in 25 milliseconds