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

  /src/sys/dev/ic/
ct65550var.h 57 int sc_bits_per_pixel; member in struct:chipsfb_softc
ct65550.c 232 if (!prop_dictionary_get_uint32(dict, "depth", &sc->sc_bits_per_pixel))
233 sc->sc_bits_per_pixel = 8;
235 sc->sc_linebytes = (sc->sc_width * sc->sc_bits_per_pixel) >> 3;
955 ri->ri_depth = sc->sc_bits_per_pixel;
  /src/sys/dev/pci/
voodoofb.c 93 int sc_bits_per_pixel; member in struct:voodoofb_softc
431 sc->sc_bits_per_pixel = depth;
434 sc->sc_width, sc->sc_height, sc->sc_bits_per_pixel);
481 if (sc->sc_bits_per_pixel == 8) {
1018 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1019 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13);
1050 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1051 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13);
1069 fmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1070 ((sc->sc_bits_per_pixel == 8) ? 0 : 8)) << 13)
    [all...]

Completed in 14 milliseconds