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

  /src/sys/arch/evbppc/nintendo/dev/
wiifb.c 138 bool sc_interlaced; member in struct:wiifb_softc
226 wiifb_set_mode(sc, sc->sc_format, sc->sc_interlaced);
702 sc->sc_interlaced = (dcr & VI_DCR_NIN) == 0;
706 sc->sc_interlaced = (visel & VI_VISEL_COMPONENT_CABLE) == 0;
715 (sc->sc_interlaced ? 0 : VI_DCR_NIN);
769 sc->sc_format, sc->sc_interlaced);
820 uint32_t baddr = taddr + (sc->sc_interlaced ?
wiifb.c 138 bool sc_interlaced; member in struct:wiifb_softc
226 wiifb_set_mode(sc, sc->sc_format, sc->sc_interlaced);
702 sc->sc_interlaced = (dcr & VI_DCR_NIN) == 0;
706 sc->sc_interlaced = (visel & VI_VISEL_COMPONENT_CABLE) == 0;
715 (sc->sc_interlaced ? 0 : VI_DCR_NIN);
769 sc->sc_format, sc->sc_interlaced);
820 uint32_t baddr = taddr + (sc->sc_interlaced ?

Completed in 78 milliseconds