/src/sys/arch/hpc/include/ |
bootinfo.h | 45 short fb_line_bytes; member in struct:bootinfo
|
/src/sys/arch/hpcsh/hpcsh/ |
debug.c | 71 fb += (cause & 0x7) * bootinfo->fb_line_bytes * LINE_STEP;
|
/src/sys/dev/hpc/ |
bicons.c | 106 static int16_t fb_line_bytes; variable in typeref:typename:int16_t 167 fb_line_bytes = bootinfo->fb_line_bytes; 299 p = &fb_vram[(y * FONT_HEIGHT * fb_line_bytes) + 304 p += (fb_line_bytes); 316 p = &fb_vram[y * fb_line_bytes]; 321 p += fb_line_bytes; 334 from = &fb_vram[y * fb_line_bytes]; 335 to = from + d * fb_line_bytes; 338 from += fb_line_bytes; [all...] |
bivideo.c | 217 bootinfo->fb_line_bytes == 0 || 239 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; 242 bootinfo->fb_line_bytes;
|
/src/sys/arch/hpcarm/dev/ |
ipaq_lcd.c | 190 bootinfo->fb_height * bootinfo->fb_line_bytes, 199 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; 202 bootinfo->fb_line_bytes;
|
sed_saip.c | 199 bootinfo->fb_line_bytes == 0 || 219 bootinfo->fb_height * bootinfo->fb_line_bytes, 227 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; 230 bootinfo->fb_line_bytes;
|
epsonlcd.c | 255 vc->vc_fbdepth = (bootinfo->fb_line_bytes / bootinfo->fb_width) * NBBY;
|
/src/sys/arch/hpc/stand/hpcboot/ |
arch.cpp | 93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes,
|
hpcmenu.cpp | 343 bi.fb_line_bytes = fb.linebytes();
|
/src/sys/arch/hpcarm/hpcarm/ |
hpc_machdep.c | 264 bootinfo->fb_line_bytes = BOOTINFO_FB_LINE_BYTES;
|
/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 128 .word 0, 0 # fb_line_bytes, fb_width, fb_height, fb_type
|
/src/sys/arch/hpcmips/dev/ |
mq200.c | 335 bootinfo->fb_line_bytes == 0 || 356 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; 359 bootinfo->fb_line_bytes;
|
ite8181.c | 514 bootinfo->fb_line_bytes == 0 || 536 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; 539 bootinfo->fb_line_bytes;
|
plumvideo.c | 365 vram_pitch = bootinfo->fb_line_bytes = (width * bpp) / NBBY;
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
main.c | 819 bi->fb_line_bytes = fbs->linebytes; 829 bi->fb_width, bi->fb_height, bi->fb_line_bytes); 1196 bi.fb_line_bytes);
|
/src/sys/arch/hpc/hpc/ |
debug_subr.c | 360 skip = bootinfo->fb_line_bytes - w; 378 skip = bootinfo->fb_line_bytes - 32;
|
/src/sys/arch/hpcmips/tx/ |
tx3912video.c | 350 bootinfo->fb_line_bytes = (chip->vc_fbwidth * fbdepth) / NBBY;
|