Home | History | Annotate | Download | only in dev

Lines Matching defs:fbt

171 	struct fbtype *fbt;
192 fbt = &fb->fb_fbtype;
193 fbt->fb_type = FBTYPE_SUN2COLOR;
194 fbt->fb_depth = 8;
195 fbt->fb_cmsize = CMSIZE;
197 fbt->fb_width = 1152;
198 fbt->fb_height = 900;
199 fbt->fb_size = CG2_MAPPED_SIZE;
201 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height);