/src/sys/dev/sbus/ |
cgthree_sbus.c | 151 fb->fb_type.fb_depth = 8; 152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
bwtwo_sbus.c | 150 fb->fb_type.fb_depth = 1; 151 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
cgsix_sbus.c | 107 fb->fb_type.fb_depth = 8; 109 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
p9100.c | 397 fb->fb_type.fb_depth = 8; 407 fb_setsize_obp(fb, fb->fb_type.fb_depth, sc->sc_width, sc->sc_height, 416 if ((1 << fb->fb_type.fb_depth) != fb->fb_type.fb_cmsize) 506 fb->fb_type.fb_depth, (unsigned int)sc->sc_fb_psize);
|
tcx.c | 238 fb->fb_type.fb_depth = 8; 239 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
agten.c | 383 fb->fb_type.fb_depth = 32;
|
zx.c | 273 fb->fb_type.fb_depth = 32; 1165 ri->ri_depth = 8; /*sc->sc_fb.fb_type.fb_depth = 32;*/
|
mgx.c | 394 fb->fb_type.fb_depth = 32;
|
/src/sys/arch/sparc/dev/ |
bwtwo_obio.c | 154 fb->fb_type.fb_depth = 1; 155 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgsix_obio.c | 127 fb->fb_type.fb_depth = 8; 129 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgeight.c | 246 fb->fb_type.fb_depth = 24; 247 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgfour.c | 245 fb->fb_type.fb_depth = 8; 246 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgtwo.c | 173 fb->fb_type.fb_depth = 8; 174 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgfourteen.c | 265 fb->fb_type.fb_depth = 32; 267 fb_setsize_obp(fb, sc->sc_fb.fb_type.fb_depth, 1152, 900, node);
|
/src/sys/arch/sun2/dev/ |
bwtwo_any.c | 155 fb->fb_type.fb_depth = 1; 156 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
/src/sys/dev/sun/ |
fbio.h | 104 int fb_depth; /* bits per pixel */ member in struct:fbtype
|
/src/sys/arch/sun3/dev/ |
bw2.c | 208 fbt->fb_depth = 1;
|
cg2.c | 194 fbt->fb_depth = 8;
|
cg4.c | 260 fbt->fb_depth = 8;
|
/src/sys/dev/pci/ |
sisfb.c | 81 int fb_depth; member in struct:sisfb 511 ri->ri_depth = fb->fb_depth; 611 fb->fb_depth = ri->ri_depth = bpp;
|
/src/sys/arch/sparc64/dev/ |
ffb.c | 363 sc->sc_fb.fb_type.fb_depth = sc->sc_depth;
|