Searched refs:sc_wsmode (Results 1 - 4 of 4) sorted by relevance

/src/sys/arch/amiga/dev/
H A Dzz9k_fb.c130 u_int sc_wsmode; member in struct:zzfb_softc
300 sc->sc_wsmode = WSDISPLAYIO_MODE_EMUL;
584 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
602 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
620 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
638 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
701 *(u_int *)data = sc->sc_wsmode;
705 if (new_wsmode != sc->sc_wsmode) {
713 sc->sc_wsmode = new_wsmode;
719 sc->sc_wsmode
[all...]
/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c142 u_int sc_wsmode; member in struct:wiifb_softc
220 sc->sc_wsmode = WSDISPLAYIO_MODE_EMUL;
684 sc->sc_wsmode != WSDISPLAYIO_MODE_EMUL) {
891 if (sc->sc_wsmode != wsmode) {
892 sc->sc_wsmode = wsmode;
909 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL || sc->sc_efb == NULL) {
/src/sys/dev/pci/
H A Dunichromefb.c119 int sc_wsmode; member in struct:unichromefb_softc
270 sc->sc_wsmode = WSDISPLAYIO_MODE_EMUL;
459 if (new_mode != sc->sc_wsmode) {
460 sc->sc_wsmode = new_mode;
1412 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
1436 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
1460 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
1484 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
1520 if (sc->sc_wsmode == WSDISPLAYIO_MODE_EMUL) {
1555 if (sc->sc_wsmode
[all...]
/src/sys/arch/sgimips/dev/
H A Dcrmfb.c162 int sc_wsmode, sc_video_on; member in struct:crmfb_softc
267 sc->sc_wsmode = WSDISPLAYIO_MODE_EMUL;
479 if (nmode != sc->sc_wsmode) {
480 sc->sc_wsmode = nmode;

Completed in 9 milliseconds