Lines Matching defs:fbt
197 struct fbtype *fbt;
204 fbt = &fb->fb_fbtype;
205 fbt->fb_type = FBTYPE_SUN2BW;
206 fbt->fb_width = 1152; /* default - see below */
207 fbt->fb_height = 900; /* default - see below */
208 fbt->fb_depth = 1;
209 fbt->fb_cmsize = 0;
210 fbt->fb_size = BW2_FBSIZE; /* default - see below */
277 fbt->fb_width = 1600;
278 fbt->fb_height = 1280;
279 fbt->fb_size = BW2_FBSIZE_HIRES;
288 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height);