Searched refs:fb_setsize_eeprom (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/dev/sun/ |
H A D | fbvar.h | 93 void fb_setsize_eeprom(struct fbdevice *, int, int, int);
|
H A D | fb.c | 321 fb_setsize_eeprom(struct fbdevice *fb, int depth, int def_width, int def_height) in fb_setsize_eeprom() function
|
/netbsd-src/sys/arch/sun2/dev/ |
H A D | bwtwo_any.c | 156 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900); in bwtwoattach_any()
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | cgsix_obio.c | 129 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900); in cgsixattach()
|
H A D | bwtwo_obio.c | 155 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900); in bwtwoattach_obio()
|
H A D | cgfour.c | 246 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900); in cgfourattach()
|
H A D | cgeight.c | 247 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900); in cgeightattach()
|
H A D | cgtwo.c | 174 fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900); in cgtwoattach()
|