/src/sys/arch/mac68k/dev/ |
genfb_grfbus.c | 86 uint8_t sc_depth; member in struct:genfb_grfbus_softc 197 prop_dictionary_set_uint8(dict, "depth", sc->sc_depth); 254 sc->sc_depth = gm->psize == 16 ? 15 : gm->psize;
|
/src/sys/arch/sparc64/dev/ |
ffbvar.h | 61 int sc_height, sc_width, sc_linebytes, sc_depth; member in struct:ffb_softc
|
gfb.c | 66 int sc_width, sc_height, sc_depth, sc_stride, sc_fblen; member in struct:gfb_softc 148 sc->sc_depth = 32; 357 ri->ri_depth = sc->sc_depth; 464 for (i = 0; i < (1 << sc->sc_depth); i++) {
|
/src/sys/dev/wsfb/ |
genfbvar.h | 110 int sc_width, sc_height, sc_stride, sc_depth; member in struct:genfb_softc
|
/src/sys/arch/arm/fdt/ |
arm_simplefb.c | 69 uint16_t sc_depth; member in struct:arm_simplefb_softc 129 ri->ri_depth = sc->sc_depth; 249 sc->sc_depth = depth;
|
/src/sys/dev/pci/igma/ |
igmafb.c | 56 int sc_depth; member in struct:igmafb_softc 141 sc->sc_depth = 32; 145 sc->sc_width, sc->sc_height, sc->sc_depth, sc->sc_stride); 345 ri->ri_depth = sc->sc_depth; 357 switch (sc->sc_depth) {
|
/src/sys/arch/macppc/dev/ |
valkyriefb.c | 74 int sc_depth; member in struct:valkyriefb_softc 310 sc->sc_depth = 8; 334 sc->sc_depth = 16; 347 sc->sc_linebytes = mode->hdisplay * (sc->sc_depth >> 3); 349 sc->sc_width, sc->sc_height, sc->sc_depth); 422 ri->ri_depth = sc->sc_depth;
|
platinumfb.c | 129 int sc_depth; member in struct:platinumfb_softc 743 sc->sc_depth = 8; 749 sc->sc_depth = 16; 755 sc->sc_depth = 32; 781 sc->sc_pfs->vmode_name, sc->sc_depth); 915 ri->ri_depth = sc->sc_depth;
|
/src/sys/arch/sparc/dev/ |
cgfourteenvar.h | 90 int sc_depth; /* current colour depth */ member in struct:cgfourteen_softc
|
/src/sys/arch/usermode/dev/ |
vncfb.c | 82 unsigned int sc_depth; member in struct:vncfb_softc 209 sc->sc_depth = 32; 217 sc->sc_framebufsize = sc->sc_width * sc->sc_height * (sc->sc_depth / 8); 225 sc->sc_width, sc->sc_height, sc->sc_depth, taa->u.vnc.port); 229 sc->sc_rfb.depth = sc->sc_depth; 296 ri->ri_depth = sc->sc_depth; 483 *(u_int *)data = sc->sc_width * (sc->sc_depth / 8);
|
/src/sys/dev/sbus/ |
agten.c | 110 uint32_t sc_depth; member in struct:agten_softc 254 sc->sc_depth = prom_getpropint(node, "ffb_depth", 8); 255 sc->sc_stride = sc->sc_width * (sc->sc_depth >> 3); 506 ri->ri_depth = sc->sc_depth;
|
mgx.c | 79 int sc_depth; member in struct:mgx_softc 420 if (sc->sc_depth == 8) { 599 sc->sc_depth = depth; 939 ri->ri_depth = sc->sc_depth; 1139 fbi->fbi_bitsperpixel = sc->sc_depth;
|
p9100.c | 121 uint32_t sc_depth; member in struct:p9100_softc 371 sc->sc_depth = prom_getpropint(node, "depth", 8) >> 3; 374 sc->sc_width * sc->sc_depth); 398 sc->sc_depth = 1; 752 switch(sc->sc_depth) 1359 ri->ri_depth = sc->sc_depth << 3;
|
/src/sys/dev/usb/ |
udl.h | 104 uint8_t sc_depth; member in struct:udl_softc 120 ((sc)->sc_width * (sc)->sc_height * ((sc)->sc_depth / 8))
|
/src/sys/dev/pci/ |
r128fb.c | 79 int sc_width, sc_height, sc_depth, sc_stride; member in struct:r128fb_softc 228 if (!prop_dictionary_get_uint32(dict, "depth", &sc->sc_depth)) { 537 ri->ri_depth = sc->sc_depth; 542 if (sc->sc_depth == 8) 638 for (i = 0; i < (1 << sc->sc_depth); i++) { 699 switch (sc->sc_depth) { 722 device_xname(sc->sc_dev), sc->sc_depth);
|
unichromefb.c | 116 int sc_depth; member in struct:unichromefb_softc 267 sc->sc_depth = UNICHROMEFB_DEPTH; 268 sc->sc_stride = sc->sc_width * (sc->sc_depth / 8); 326 uni_setmode(sc, UNICHROMEFB_MODE, sc->sc_depth); 335 sc->sc_fbaddr, sc->sc_width, sc->sc_height, sc->sc_depth); 411 uni_setmode(sc, UNICHROMEFB_MODE, sc->sc_depth); 441 fb->depth = sc->sc_depth; 507 ri->ri_depth = sc->sc_depth; 1221 (((sc->sc_width * sc->sc_depth >> 3) >> 3) | 1222 (((sc->sc_width * sc->sc_depth >> 3) >> 3) << 16))) [all...] |
pm2fb.c | 100 int sc_width, sc_height, sc_depth, sc_stride; member in struct:pm2fb_softc 349 if (!prop_dictionary_get_uint32(dict, "depth", &sc->sc_depth)) { 351 sc->sc_depth = 8; 359 sc->sc_stride = sc->sc_width * (sc->sc_depth >> 3); 627 ri->ri_depth = sc->sc_depth; 632 if (sc->sc_depth == 8) 860 switch(sc->sc_depth) { 929 if (sc->sc_depth == 8) { 1629 sc->sc_depth = 8; 1701 sc->sc_depth = 8 [all...] |
pm3fb.c | 83 int sc_width, sc_height, sc_depth, sc_stride; member in struct:pm3fb_softc 251 if (!prop_dictionary_get_uint32(dict, "depth", &sc->sc_depth)) { 253 sc->sc_depth = 8; 256 sc->sc_stride = sc->sc_width * (sc->sc_depth >> 3); 502 ri->ri_depth = sc->sc_depth; 507 if (sc->sc_depth == 8) 1450 sc->sc_depth = 8;
|
gffb.c | 87 int sc_width, sc_height, sc_depth, sc_stride; member in struct:gffb_softc 267 if (!prop_dictionary_get_uint32(dict, "depth", &sc->sc_depth)) { 640 ri->ri_depth = sc->sc_depth; 644 if (sc->sc_depth == 8) 740 for (i = 0; i < (1 << sc->sc_depth); i++) {
|
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 85 int sc_width, sc_height, sc_depth, sc_stride; member in struct:voyagerfb_softc 266 sc->sc_depth = 32; 268 sc->sc_depth = 8; 282 sc->sc_width, sc->sc_height, sc->sc_depth, sc->sc_stride); 342 if (sc->sc_depth <= 8) { 422 sc->sc_depth = 32; 424 sc->sc_depth = 8; 431 sc->sc_depth = 32; 578 ri->ri_depth = sc->sc_depth; 590 if (sc->sc_depth == 8) [all...] |
/src/sys/arch/arm/ti/ |
omap3_dss.c | 72 int sc_width, sc_height, sc_depth, sc_stride; member in struct:omapfb_softc 243 sc->sc_depth = 16; 302 if (sc->sc_depth == 8) { 655 ri->ri_depth = sc->sc_depth; 807 sc->sc_depth = d; 808 sc->sc_stride = sc->sc_width * (sc->sc_depth >> 3); 872 int bpp = sc->sc_depth >> 3; /* bytes per pixel */ 925 int bpp = sc->sc_depth >> 3; /* bytes per pixel */ 946 hstep = 1 - (sc->sc_depth >> 2);
|
/src/sys/arch/sgimips/dev/ |
crmfb.c | 148 int sc_depth; member in struct:crmfb_softc 286 sc->sc_depth = 8; 288 sc->sc_depth = 16; 290 sc->sc_depth = 32; 465 if (sc->sc_depth == 8) 470 if (sc->sc_depth == 8) 475 *(u_int *)data = sc->sc_width * sc->sc_depth / 8; 734 if (reg > 255 || sc->sc_depth != 8) 1060 sc->sc_depth = depth;
|