Searched refs:PWRSTAT_SUSPEND (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/hpcarm/dev/
H A Dsed1356var.h49 #define PWRSTAT_SUSPEND (1<<0) macro
H A Dsed_saip.c314 sc->sc_powerstate |= PWRSTAT_SUSPEND;
318 sc->sc_powerstate &= ~PWRSTAT_SUSPEND;
331 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
337 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
/netbsd-current/sys/arch/hpcmips/dev/
H A Dite8181var.h50 #define PWRSTAT_SUSPEND (1<<0) macro
H A Dmq200var.h49 #define PWRSTAT_SUSPEND (1<<0) macro
H A Dmq200.c257 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
263 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
274 sc->sc_powerstate |= PWRSTAT_SUSPEND;
278 sc->sc_powerstate |= PWRSTAT_SUSPEND;
282 sc->sc_powerstate &= ~PWRSTAT_SUSPEND;
H A Dite8181.c438 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
444 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
455 sc->sc_powerstate |= PWRSTAT_SUSPEND;
459 sc->sc_powerstate |= PWRSTAT_SUSPEND;
463 sc->sc_powerstate &= ~PWRSTAT_SUSPEND;
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c89 #define PWRSTAT_SUSPEND (1<<0) macro
344 sc->sc_powerstate |= PWRSTAT_SUSPEND;
348 sc->sc_powerstate &= ~PWRSTAT_SUSPEND;
361 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
367 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&

Completed in 215 milliseconds