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

  /src/sys/arch/evbppc/wii/dev/
wiifb.c 210 uint16_t visel; local in function:wiifb_init
218 visel = RD2(sc, VI_VISEL);
220 sc->sc_interlaced = (visel & VI_VISEL_COMPONENT_CABLE) == 0;
wiifb.c 210 uint16_t visel; local in function:wiifb_init
218 visel = RD2(sc, VI_VISEL);
220 sc->sc_interlaced = (visel & VI_VISEL_COMPONENT_CABLE) == 0;
wiifb.c 210 uint16_t visel; local in function:wiifb_init
218 visel = RD2(sc, VI_VISEL);
220 sc->sc_interlaced = (visel & VI_VISEL_COMPONENT_CABLE) == 0;

Completed in 36 milliseconds