Searched refs:fb_line_bytes (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/sys/dev/hpc/ |
| D | bicons.c | 106 static int16_t fb_line_bytes; variable 167 fb_line_bytes = bootinfo->fb_line_bytes; in biconscninit() 299 p = &fb_vram[(y * FONT_HEIGHT * fb_line_bytes) + in draw_char() 304 p += (fb_line_bytes); in draw_char() 316 p = &fb_vram[y * fb_line_bytes]; in clear() 321 p += fb_line_bytes; in clear() 334 from = &fb_vram[y * fb_line_bytes]; in scroll() 335 to = from + d * fb_line_bytes; in scroll() 338 from += fb_line_bytes; in scroll() 339 to += fb_line_bytes; in scroll() [all …]
|
| D | bivideo.c | 217 bootinfo->fb_line_bytes == 0 || in bivideo_init() 239 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; in bivideo_init() 242 bootinfo->fb_line_bytes; in bivideo_init()
|
| /netbsd/src/sys/arch/hpcarm/dev/ |
| D | ipaq_lcd.c | 190 bootinfo->fb_height * bootinfo->fb_line_bytes, in ipaqlcd_fbinit() 199 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; in ipaqlcd_fbinit() 202 bootinfo->fb_line_bytes; in ipaqlcd_fbinit()
|
| D | sed_saip.c | 199 bootinfo->fb_line_bytes == 0 || in sed1356_init() 219 bootinfo->fb_height * bootinfo->fb_line_bytes, in sed1356_init() 227 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; in sed1356_init() 230 bootinfo->fb_line_bytes; in sed1356_init()
|
| D | epsonlcd.c | 255 vc->vc_fbdepth = (bootinfo->fb_line_bytes / bootinfo->fb_width) * NBBY; in epsonlcd_get_video_chip()
|
| /netbsd/src/sys/arch/hpc/hpc/ |
| D | debug_subr.c | 360 skip = bootinfo->fb_line_bytes - w; in __dbg_lcd_test8() 378 skip = bootinfo->fb_line_bytes - 32; in __dbg_lcd_test8()
|
| /netbsd/src/sys/arch/hpc/include/ |
| D | bootinfo.h | 45 short fb_line_bytes; member
|
| /netbsd/src/sys/arch/hpcsh/hpcsh/ |
| D | debug.c | 71 fb += (cause & 0x7) * bootinfo->fb_line_bytes * LINE_STEP; in __dbg_heart_beat()
|
| /netbsd/src/sys/arch/hpcmips/dev/ |
| D | mq200.c | 335 bootinfo->fb_line_bytes == 0 || in mq200_fbinit() 356 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; in mq200_fbinit() 359 bootinfo->fb_line_bytes; in mq200_fbinit()
|
| D | ite8181.c | 514 bootinfo->fb_line_bytes == 0 || in ite8181_fbinit() 536 fb->hf_bytes_per_line = bootinfo->fb_line_bytes; in ite8181_fbinit() 539 bootinfo->fb_line_bytes; in ite8181_fbinit()
|
| D | plumvideo.c | 365 vram_pitch = bootinfo->fb_line_bytes = (width * bpp) / NBBY; in plumvideo_init()
|
| /netbsd/src/sys/arch/hpcmips/stand/romboot/ |
| D | romboot.S | 128 .word 0, 0 # fb_line_bytes, fb_width, fb_height, fb_type
|
| /netbsd/src/sys/arch/hpc/stand/hpcboot/ |
| D | arch.cpp | 93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes, in setupBootInfo()
|
| D | hpcmenu.cpp | 343 bi.fb_line_bytes = fb.linebytes(); in setup_bootinfo()
|
| /netbsd/src/sys/arch/hpcarm/hpcarm/ |
| D | hpc_machdep.c | 264 bootinfo->fb_line_bytes = BOOTINFO_FB_LINE_BYTES; in initarm()
|
| /netbsd/src/sys/arch/hpcmips/stand/pbsdboot/ |
| D | main.c | 819 bi->fb_line_bytes = fbs->linebytes; in SetBootInfo() 829 bi->fb_width, bi->fb_height, bi->fb_line_bytes); in SetBootInfo() 1196 bi.fb_line_bytes); in BootKernel()
|
| /netbsd/src/sys/arch/hpcmips/tx/ |
| D | tx3912video.c | 350 bootinfo->fb_line_bytes = (chip->vc_fbwidth * fbdepth) / NBBY; in tx3912video_init()
|