Searched refs:fb_line_bytes (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpc/include/
H A Dbootinfo.h45 short fb_line_bytes; member in struct:bootinfo
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/hpcsh/
H A Ddebug.c71 fb += (cause & 0x7) * bootinfo->fb_line_bytes * LINE_STEP;
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbicons.c106 static int16_t fb_line_bytes; variable
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...]
H A Dbivideo.c218 bootinfo->fb_line_bytes == 0 ||
240 fb->hf_bytes_per_line = bootinfo->fb_line_bytes;
243 bootinfo->fb_line_bytes;
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dipaq_lcd.c191 bootinfo->fb_height * bootinfo->fb_line_bytes,
200 fb->hf_bytes_per_line = bootinfo->fb_line_bytes;
203 bootinfo->fb_line_bytes;
H A Dsed_saip.c199 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;
H A Depsonlcd.c255 vc->vc_fbdepth = (bootinfo->fb_line_bytes / bootinfo->fb_width) * NBBY;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Darch.cpp93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes,
H A Dhpcmenu.cpp343 bi.fb_line_bytes = fb.linebytes();
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/romboot/
H A Dromboot.S128 .word 0, 0 # fb_line_bytes, fb_width, fb_height, fb_type
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Dmq200.c333 bootinfo->fb_line_bytes == 0 ||
354 fb->hf_bytes_per_line = bootinfo->fb_line_bytes;
357 bootinfo->fb_line_bytes;
H A Dite8181.c514 bootinfo->fb_line_bytes == 0 ||
536 fb->hf_bytes_per_line = bootinfo->fb_line_bytes;
539 bootinfo->fb_line_bytes;
H A Dplumvideo.c369 vram_pitch = bootinfo->fb_line_bytes = (width * bpp) / NBBY;
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c819 bi->fb_line_bytes = fbs->linebytes;
829 bi->fb_width, bi->fb_height, bi->fb_line_bytes);
1198 bi.fb_line_bytes);
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c262 bootinfo->fb_line_bytes = BOOTINFO_FB_LINE_BYTES;
H A Dpxa2x0_hpc_machdep.c328 bootinfo->fb_line_bytes = BOOTINFO_FB_LINE_BYTES;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/hpc/
H A Ddebug_subr.c360 skip = bootinfo->fb_line_bytes - w;
378 skip = bootinfo->fb_line_bytes - 32;
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx3912video.c348 bootinfo->fb_line_bytes = (chip->vc_fbwidth * fbdepth) / NBBY;

Completed in 166 milliseconds