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

  /src/sys/arch/evbppc/wii/dev/
wiifb.c 115 bool sc_interlaced; member in struct:wiifb_softc
185 wiifb_set_mode(sc, sc->sc_format, sc->sc_interlaced);
216 sc->sc_interlaced = (dcr & VI_DCR_NIN) == 0;
220 sc->sc_interlaced = (visel & VI_VISEL_COMPONENT_CABLE) == 0;
229 (sc->sc_interlaced ? 0 : VI_DCR_NIN);
283 sc->sc_format, sc->sc_interlaced);
334 uint32_t baddr = taddr + (sc->sc_interlaced ?

Completed in 18 milliseconds