/src/sys/arch/hpc/include/ |
bootinfo.h | 46 short fb_width; member in struct:bootinfo
|
/src/sys/arch/hpcsh/hpcsh/ |
debug.c | 67 int hline = bootinfo->fb_width;
|
/src/sys/dev/sun/ |
fb.c | 314 fb->fb_type.fb_width = prom_getpropint(node, "width", def_width); 317 (fb->fb_type.fb_width * depth) / 8); 332 fb->fb_type.fb_width = def_width; 342 fb->fb_type.fb_width = 1152; 347 fb->fb_type.fb_width = 1024; 352 fb->fb_type.fb_width = 1600; 357 fb->fb_type.fb_width = 1440; 371 fb->fb_linebytes = (fb->fb_type.fb_width * depth) / 8;
|
pfour_subr.c | 121 fb->fb_type.fb_width = width;
|
fbio.h | 103 int fb_width; /* in pixels */ member in struct:fbtype
|
bwtwo.c | 219 fb->fb_type.fb_width, fb->fb_type.fb_height); 277 sc->sc_width = fb->fb_type.fb_width; 278 sc->sc_stride = fb->fb_type.fb_width/8;
|
cgthree.c | 175 fb->fb_type.fb_width, fb->fb_type.fb_height); 207 sc->sc_width = fb->fb_type.fb_width; 208 sc->sc_stride = fb->fb_type.fb_width;
|
/src/sys/arch/sun3/dev/ |
bw2.c | 206 fbt->fb_width = 1152; /* default - see below */ 277 fbt->fb_width = 1600; 288 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height);
|
fb.c | 228 fb->fb_fbtype.fb_width = w; 321 fb->fb_fbtype.fb_width = w;
|
cg2.c | 197 fbt->fb_width = 1152; 201 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height);
|
/src/sys/arch/sparc/dev/ |
cgeight.c | 252 fb->fb_type.fb_width, 306 sc->sc_fb.fb_type.fb_width * sc->sc_fb.fb_type.fb_height / 8); 421 #define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
|
cgfour.c | 251 fb->fb_type.fb_width, fb->fb_type.fb_height); 413 #define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
|
cgfourteen.c | 319 fb->fb_type.fb_width, fb->fb_type.fb_height); 789 (sc->sc_vramsize / sc->sc_fb.fb_type.fb_width) - 791 sc->sc_fb.fb_type.fb_width, 1086 ri->ri_width = sc->sc_fb.fb_type.fb_width; 1117 sc->sc_fb.fb_type.fb_width / ri->ri_font->fontwidth); 1287 int stride = sc->sc_fb.fb_type.fb_width; 1350 int stride = sc->sc_fb.fb_type.fb_width; 1430 int line, cnt, stride = sc->sc_fb.fb_type.fb_width; 1511 int line, cnt = wi, stride = sc->sc_fb.fb_type.fb_width; 1568 int stride = sc->sc_fb.fb_type.fb_width; [all...] |
/src/sys/arch/hpcmips/stand/pbsdboot/ |
pbsdboot.h | 78 int fb_width, fb_height, fb_linebytes; member in struct:preference_s
|
preference.c | 50 #define FB_WIDTH 3 73 TEXT("fb_width"), 159 debug_printf(TEXT(" width: %d\n"), pref->fb_width); 290 case FB_WIDTH: 292 buf.fb_width = d; 513 wsprintf(unibuf,TEXT("fb_width:%d\r\n"),buf->fb_width); 514 debug_printf(TEXT("fb_width,tempbuf=%s"),unibuf);
|
main.c | 528 fb_settings[0].width = pref.fb_width; 541 pref.fb_width = fb_settings[0].width; 820 bi->fb_width = fbs->width; 829 bi->fb_width, bi->fb_height, bi->fb_line_bytes); 1176 pref.fb_width = fb_settings[0].width; 1195 bi.fb_width, bi.fb_height,
|
/src/sys/arch/hpcarm/dev/ |
epsonlcd.c | 255 vc->vc_fbdepth = (bootinfo->fb_line_bytes / bootinfo->fb_width) * NBBY; 256 vc->vc_fbwidth = bootinfo->fb_width;
|
/src/sys/arch/hpc/stand/hpcboot/ |
arch.cpp | 93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes,
|
/src/sys/arch/hpcarm/hpcarm/ |
hpc_machdep.c | 265 bootinfo->fb_width = BOOTINFO_FB_WIDTH;
|
/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 128 .word 0, 0 # fb_line_bytes, fb_width, fb_height, fb_type
|
/src/sys/arch/arm/sunxi/ |
sunxi_debe.c | 360 const u_int fb_width = mode->hdisplay; local in function:sunxi_debe_setup_fbdev 392 .afb_width = fb_width, 400 sunxi_befb_set_videomode(sc->sc_fbdev, fb_width, fb_height); 581 const u_int fb_width = width; local in function:sunxi_debe_set_videomode 609 ((fb_height - 1) << 16) | (fb_width - 1)); 611 DEBE_WRITE(sc, SUNXI_DEBE_LAYLINEWIDTH_REG, (fb_width << 5));
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_fb.c | 649 unsigned fb_width, fb_height; local in function:vmw_fb_init 657 fb_width = min(vmw_priv->fb_max_width, (unsigned)2048); 660 fb_pitch = fb_width * fb_bpp / 8; 676 par->max_width = fb_width; 729 info->var.xres_virtual = fb_width;
|
/src/sys/dev/pci/ |
sisfb.c | 82 int fb_width; member in struct:sisfb 512 ri->ri_width = fb->fb_width; 523 rasops_init(ri, fb->fb_height / 8, fb->fb_width / 8); 526 fb->fb_width / ri->ri_font->fontwidth); 609 fb->fb_width = ri->ri_width = width;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_fbdev.c | 203 (sizes->fb_width > intel_fb->base.width || 208 sizes->fb_width, sizes->fb_height); 221 sizes->fb_width = intel_fb->base.width;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_framebuffer.c | 85 unsigned int fb_width, fb_height; local in function:drm_framebuffer_check_src_coords 87 fb_width = fb->width << 16; 91 if (src_w > fb_width || 92 src_x > fb_width - src_w ||
|