HomeSort by: relevance | last modified time | path
    Searched refs:fb_height (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/arch/hpc/include/
bootinfo.h 47 short fb_height; member in struct:bootinfo
  /src/sys/dev/sun/
fb.c 315 fb->fb_type.fb_height = prom_getpropint(node, "height", def_height);
333 fb->fb_type.fb_height = def_height;
343 fb->fb_type.fb_height = 900;
348 fb->fb_type.fb_height = 1024;
353 fb->fb_type.fb_height = 1280;
358 fb->fb_type.fb_height = 1440;
pfour_subr.c 122 fb->fb_type.fb_height = height;
fbio.h 102 int fb_height; /* in pixels */ member in struct:fbtype
bwtwo.c 217 fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes;
219 fb->fb_type.fb_width, fb->fb_type.fb_height);
279 sc->sc_height = fb->fb_type.fb_height;
  /src/sys/arch/sun3/dev/
bw2.c 207 fbt->fb_height = 900; /* default - see below */
278 fbt->fb_height = 1280;
288 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height);
fb.c 229 fb->fb_fbtype.fb_height = h;
322 fb->fb_fbtype.fb_height = h;
cg2.c 198 fbt->fb_height = 900;
201 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height);
  /src/sys/arch/hpcarm/dev/
ipaq_lcd.c 186 fb->hf_height = bootinfo->fb_height;
190 bootinfo->fb_height * bootinfo->fb_line_bytes,
201 fb->hf_bytes_per_plane = bootinfo->fb_height *
sed_saip.c 201 bootinfo->fb_height == 0) {
215 fb->hf_height = bootinfo->fb_height;
219 bootinfo->fb_height * bootinfo->fb_line_bytes,
229 fb->hf_bytes_per_plane = bootinfo->fb_height *
  /src/sys/arch/sparc/dev/
cgeight.c 253 fb->fb_type.fb_height);
306 sc->sc_fb.fb_type.fb_width * sc->sc_fb.fb_type.fb_height / 8);
422 sc->sc_fb.fb_type.fb_height * 3)
bwtwo_obio.c 226 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
cgfour.c 251 fb->fb_type.fb_width, fb->fb_type.fb_height);
414 sc->sc_fb.fb_type.fb_height)
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 78 int fb_width, fb_height, fb_linebytes; member in struct:preference_s
preference.c 51 #define FB_HEIGHT 4
74 TEXT("fb_height"),
160 debug_printf(TEXT(" height: %d\n"), pref->fb_height);
295 case FB_HEIGHT:
297 buf.fb_height = d;
524 wsprintf(unibuf,TEXT("fb_height:%d\r\n"),buf->fb_height);
525 debug_printf(TEXT("fb_height,tempbuf=%s"),unibuf);
  /src/sys/dev/sbus/
cgthree_sbus.c 178 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
bwtwo_sbus.c 182 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
  /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 266 bootinfo->fb_height = BOOTINFO_FB_HEIGHT;
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 128 .word 0, 0 # fb_line_bytes, fb_width, fb_height, fb_type
  /src/sys/arch/sun2/dev/
bwtwo_any.c 176 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 649 unsigned fb_width, fb_height; local in function:vmw_fb_init
658 fb_height = min(vmw_priv->fb_max_height, (unsigned)2048);
661 fb_size = fb_pitch * fb_height;
677 par->max_height = fb_height;
730 info->var.yres_virtual = fb_height;
  /src/sys/dev/pci/
sisfb.c 83 int fb_height; member in struct:sisfb
513 ri->ri_height = fb->fb_height;
523 rasops_init(ri, fb->fb_height / 8, fb->fb_width / 8);
525 rasops_reconfig(ri, fb->fb_height / ri->ri_font->fontheight,
610 fb->fb_height = ri->ri_height = height;
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 361 const u_int fb_height = (mode->vdisplay << interlace_p); local in function:sunxi_debe_setup_fbdev
393 .afb_height = fb_height,
400 sunxi_befb_set_videomode(sc->sc_fbdev, fb_width, fb_height);
582 const u_int fb_height = height; local in function:sunxi_debe_set_videomode
609 ((fb_height - 1) << 16) | (fb_width - 1));
  /src/sys/arch/hpcmips/dev/
mq200.c 337 bootinfo->fb_height == 0) {
351 fb->hf_height = bootinfo->fb_height;
358 fb->hf_bytes_per_plane = bootinfo->fb_height *

Completed in 54 milliseconds

1 2 3