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

  /src/sys/arch/evbppc/virtex/dev/
tftvar.h 47 u_int sc_bpp; /* bits per pixel */ member in struct:tft_softc
  /src/sys/arch/amiga/dev/
mntvavar.h 57 int sc_width, sc_height, sc_linebytes, sc_bpp; member in struct:mntva_softc
zz9k_fb.c 136 uint16_t sc_bpp; member in struct:zzfb_softc
286 sc->sc_bpp, zzfb_colors[sc->sc_colormode].name);
389 ri->ri_depth = sc->sc_bpp;
477 sc->sc_bpp = zzfb_colors[color_mode].bpp;
668 ((struct wsdisplay_fbinfo *)data)->depth = sc->sc_bpp;
775 switch (sc->sc_bpp) {
798 fbi->fbi_bitsperpixel = (sc->sc_bpp == 15) ? 16 : sc->sc_bpp;
800 switch (sc->sc_bpp) {
  /src/sys/dev/pci/
tdvfbvar.h 69 int sc_width, sc_height, sc_linebytes, sc_bpp; member in struct:tdvfb_softc

Completed in 13 milliseconds