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

/netbsd-current/sys/arch/hpcarm/dev/
H A Dsed1356var.h50 #define PWRSTAT_VIDEOOFF (1<<1) macro
H A Dsed_saip.c331 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
337 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
359 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
361 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
366 *(int *)data = (sc->sc_powerstate & PWRSTAT_VIDEOOFF) ?
711 if (sc->sc_powerstate & PWRSTAT_VIDEOOFF)
712 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
714 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
/netbsd-current/sys/arch/hpcmips/dev/
H A Dite8181var.h51 #define PWRSTAT_VIDEOOFF (1<<1) macro
H A Dmq200var.h50 #define PWRSTAT_VIDEOOFF (1<<1) macro
H A Dmq200.c257 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
263 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
499 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
501 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
506 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?
H A Dite8181.c438 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
444 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
675 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
677 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
682 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c90 #define PWRSTAT_VIDEOOFF (1<<1) macro
361 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
367 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
429 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
431 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
436 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?

Completed in 104 milliseconds