/src/sys/dev/sun/ |
fbvar.h | 93 void fb_setsize_eeprom(struct fbdevice *, int, int, int);
|
fb.c | 321 fb_setsize_eeprom(struct fbdevice *fb, int depth, int def_width, int def_height) function in typeref:typename:void 327 printf("fb_setsize_eeprom: not sun4\n");
|
/src/sys/arch/sparc/dev/ |
bwtwo_obio.c | 155 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgsix_obio.c | 129 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgeight.c | 247 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgfour.c | 246 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
cgtwo.c | 174 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|
/src/sys/arch/sun2/dev/ |
bwtwo_any.c | 156 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
|