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

  /src/sys/arch/hpcmips/vr/
rtc.c 68 int vrrtc_debug = VRRTCDEBUG_CONF; variable in typeref:typename:int
69 #define DPRINTF(arg) if (vrrtc_debug) printf arg;
70 #define DDUMP_REGS(arg) if (vrrtc_debug) vrrtc_dump_regs(arg);

Completed in 10 milliseconds