Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_depth

233 	int			sc_depth;
601 sc->sc_depth = 8;
606 st = veritefb_stride_for(sc->sc_width * (sc->sc_depth / 8));
610 sc->sc_width * (sc->sc_depth / 8));
619 sc->sc_width, sc->sc_height, sc->sc_depth);
906 switch (sc->sc_depth) {
957 screenwidth = (uint32_t)sc->sc_width * (sc->sc_depth / 8);
965 crtcctl = (sc->sc_depth == 16 ? VFB_PIXFMT_565 : VFB_PIXFMT_8I) |
1204 if (sc->sc_depth == 16)
1331 ri->ri_depth = sc->sc_depth;
1576 if (sc->sc_depth != 8)
2413 vfb_fifo_write(sc, VFB_P2(sc->sc_depth, VFB_PIXFMT_8I));
2760 if (depth == sc->sc_depth)
2768 sc->sc_depth = depth;
2787 if (sc->sc_depth != 8)
2944 if (sc->sc_depth != 8)
3168 (sc->sc_depth / 8));
3211 if (sc->sc_depth != 8)