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

  /src/sys/arch/amiga/dev/
zz9k_fb.c 130 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 = new_wsmode
    [all...]
  /src/sys/dev/pci/
unichromefb.c 119 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 == WSDISPLAYIO_MODE_EMUL)
    [all...]
  /src/sys/arch/sgimips/dev/
crmfb.c 162 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 14 milliseconds