Home
last modified time | relevance | path

Searched refs:linebytes (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Damidisplaycc.c296 int linebytes; /* widthbytes + row_mod */ member
558 dst += scr->linebytes; in amidisplaycc_cursor_xor()
592 int linebytes; in amidisplaycc_putchar() local
632 linebytes = scr->linebytes; in amidisplaycc_putchar()
653 dst += linebytes; in amidisplaycc_putchar()
663 dst += linebytes; in amidisplaycc_putchar()
667 *(dst - linebytes) = 255; in amidisplaycc_putchar()
678 dst += linebytes; in amidisplaycc_putchar()
682 *(dst - linebytes) = 0; in amidisplaycc_putchar()
688 dst += linebytes; in amidisplaycc_putchar()
[all …]
/netbsd-src/sys/arch/shark/ofw/
H A Dchipsfb_ofbus.c171 int isconsole, width, height, linebytes, depth; in chipsfb_ofbus_attach() local
202 if (OF_getprop(oba->oba_phandle, "linebytes", &linebytes, in chipsfb_ofbus_attach()
203 sizeof(linebytes)) == 4) { in chipsfb_ofbus_attach()
204 linebytes = be32toh(linebytes); in chipsfb_ofbus_attach()
206 linebytes = width * (depth >> 3); in chipsfb_ofbus_attach()
211 prop_dictionary_set_uint32(dict, "linebytes", linebytes); in chipsfb_ofbus_attach()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.h36 int bpp, width, height, linebytes; member
51 int linebytes(void) { return _fb->linebytes; } in linebytes() function
H A Dhpcmenu.cpp343 bi.fb_line_bytes = fb.linebytes(); in setup_bootinfo()
/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_rascons.c236 int32_t width, height, linebytes, depth; in rascons_init_rasops() local
244 if (OF_getprop(node, "linebytes", &linebytes, 4) != 4) in rascons_init_rasops()
245 linebytes = width; /* XXX */ in rascons_init_rasops()
258 ri->ri_stride = linebytes; in rascons_init_rasops()
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c94 int width, height, linebytes; member
530 fb_settings[0].linebytes = pref.fb_linebytes; in WinMain()
543 pref.fb_linebytes = fb_settings[0].linebytes; in WinMain()
819 bi->fb_line_bytes = fbs->linebytes; in SetBootInfo()
839 int type, width, height, linebytes; in UpdateFbDlg() local
865 wsprintf(tmpbuf, TEXT("%d"), fbs->linebytes); in UpdateFbDlg()
883 linebytes = _tcstol(tmpbuf, NULL, 10); in UpdateFbDlg()
894 fbs->linebytes = linebytes; in UpdateFbDlg()
897 type, width, height, linebytes, in UpdateFbDlg()
1178 pref.fb_linebytes = fb_settings[0].linebytes; in BootKernel()
/netbsd-src/usr.sbin/tpctl/
H A Dfb.c73 u_int linebytes; in fb_init() local
84 ioctl(fb->fd, WSDISPLAYIO_LINEBYTES, &linebytes) < 0) in fb_init()
89 fb->conf.hf_bytes_per_line = linebytes; in fb_init()
91 fb->conf.hf_bytes_per_plane = fbinfo.height * linebytes; in fb_init()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm283x_platform.c993 le32toh(vb_setfb.vbt_pitch.linebytes)); in rpi_fb_init()
1007 vb_setfb.vbt_pitch.linebytes == 0) { in rpi_fb_init()
1020 le32toh(vb_setfb.vbt_pitch.linebytes)); in rpi_fb_init()
/netbsd-src/sys/arch/evbarm/rpi/
H A Dvcprop.h426 uint32_t linebytes; member
/netbsd-src/sys/arch/prep/pci/
H A Dgten.c217 int32_t addr, width, height, linebytes, depth; in gten_common_init() local
/netbsd-src/sys/dev/pci/
H A Dvoodoofb.c365 int linebytes, depth, flags; in voodoofb_attach() local
424 linebytes = width; /* XXX */ in voodoofb_attach()
432 sc->sc_linebytes = linebytes; in voodoofb_attach()