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

  /src/sys/arch/hpcarm/dev/
sed1356var.h 49 #define PWRSTAT_SUSPEND (1<<0)
  /src/sys/arch/hpcmips/dev/
ite8181var.h 50 #define PWRSTAT_SUSPEND (1<<0)
mq200var.h 49 #define PWRSTAT_SUSPEND (1<<0)
  /src/sys/dev/hpc/
bivideo.c 89 #define PWRSTAT_SUSPEND (1<<0)
344 sc->sc_powerstate |= PWRSTAT_SUSPEND;
348 sc->sc_powerstate &= ~PWRSTAT_SUSPEND;
361 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
367 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&

Completed in 13 milliseconds