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

  /src/sys/arch/hpcmips/vr/
vrc4172pwm.c 52 int vrc4172pwmdebug = VRC2PWMDEBUG_CONF; variable in typeref:typename:int
53 #define DPRINTF(arg) if (vrc4172pwmdebug) printf arg;
54 #define VPRINTF(arg) if (bootverbose||vrc4172pwmdebug) printf arg;
55 #define VDUMPREG(arg) if (bootverbose||vrc4172pwmdebug) vrc4172pwm_dumpreg(arg);
vrc4172pwm.c 52 int vrc4172pwmdebug = VRC2PWMDEBUG_CONF; variable in typeref:typename:int
53 #define DPRINTF(arg) if (vrc4172pwmdebug) printf arg;
54 #define VPRINTF(arg) if (bootverbose||vrc4172pwmdebug) printf arg;
55 #define VDUMPREG(arg) if (bootverbose||vrc4172pwmdebug) vrc4172pwm_dumpreg(arg);
vrc4172pwm.c 52 int vrc4172pwmdebug = VRC2PWMDEBUG_CONF; variable in typeref:typename:int
53 #define DPRINTF(arg) if (vrc4172pwmdebug) printf arg;
54 #define VPRINTF(arg) if (bootverbose||vrc4172pwmdebug) printf arg;
55 #define VDUMPREG(arg) if (bootverbose||vrc4172pwmdebug) vrc4172pwm_dumpreg(arg);
vrc4172pwm.c 52 int vrc4172pwmdebug = VRC2PWMDEBUG_CONF; variable in typeref:typename:int
53 #define DPRINTF(arg) if (vrc4172pwmdebug) printf arg;
54 #define VPRINTF(arg) if (bootverbose||vrc4172pwmdebug) printf arg;
55 #define VDUMPREG(arg) if (bootverbose||vrc4172pwmdebug) vrc4172pwm_dumpreg(arg);

Completed in 166 milliseconds