Home
last modified time | relevance | path

Searched refs:fbwidth (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_dumb.c153 ((ip->ftheight * ip->cursory) * ip->fbwidth) + in dumb_flip_cursor()
161 pc += ip->fbwidth; in dumb_flip_cursor()
192 ((ip->ftheight * ip->cursory) * ip->fbwidth) + in dumb_putc()
201 pc += ip->fbwidth; in dumb_putc()
212 ((ip->ftheight * sy) * ip->fbwidth) + ip->ftwidth * sx; in dumb_clear()
217 pdst += ip->fbwidth; in dumb_clear()
229 psrc = (uint8_t *)ip->fbbase + (ip->ftheight * ip->fbwidth); in dumb_scroll()
238 psrc += ip->fbwidth; in dumb_scroll()
239 pdst += ip->fbwidth; in dumb_scroll()
H A Dite_subr.c62 if (ip->fbwidth > ip->dwidth) { in ite_fontinfo()
68 ip->cpl = (ip->fbwidth - ip->dwidth) / ip->ftwidth; in ite_fontinfo()
77 ip->cpl = ip->fbwidth / ip->ftwidth; in ite_fontinfo()
92 stride = ip->fbwidth >> 3; in ite_fontinit1bpp()
122 (ip->fonty + (c / ip->cpl) * ip->ftheight) * ip->fbwidth + in ite_fontinit8bpp()
154 fbmem += ip->fbwidth; in ite_writeglyph()
325 width = ip->fbwidth >> 5; in ite_dio_windowmove1bpp()
H A Dite_tvrx.c58 ip->cpl = (ip->fbwidth - ip->dwidth) / width; in tvrx_init()
64 ite_dio_windowmove1bpp(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, in tvrx_init()
H A Dite_hy.c61 ip->cpl = (ip->fbwidth - ip->dwidth) / width; in hyper_init()
69 ite_dio_windowmove1bpp(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, in hyper_init()
H A Dite.c159 ip->fbwidth = fb->fbwmsb << 8 | fb->fbwlsb; in iteconfig()
170 if (ip->dwidth > ip->fbwidth) in iteconfig()
171 ip->dwidth = ip->fbwidth; in iteconfig()
H A Dite_sti.c188 sti.cfg.oscr_width = cfg.owidth = cfg.fbwidth - cfg.width; in sti_iteinit_common()
195 ip->fbwidth = cfg.fbwidth; in sti_iteinit_common()
H A Dite_tc.c99 topcat_windowmove(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, RR_CLEAR); in topcat_init()
H A Ditevar.h67 short fbheight, fbwidth; member
H A Dite_rb.c77 rbox_windowmove(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, RR_CLEAR); in rbox_init()
/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb.c106 if (fb->fbwidth == 0 || fb->fbheight == 0) { in diofb_fbinquire()
107 fb->fbwidth = (fbr->fbwmsb << 8) | fbr->fbwlsb; in diofb_fbinquire()
110 fb->fbsize = fb->fbwidth * fb->fbheight; in diofb_fbinquire()
144 if (fb->dwidth > fb->fbwidth) in diofb_fbinquire()
145 fb->dwidth = fb->fbwidth; in diofb_fbinquire()
175 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8; in diofb_fbsetup()
214 (*fb->bmv)(fb, 0, 0, 0, 0, fb->fbwidth, fb->fbheight, RR_CLEAR, 0xff); in diofb_fbsetup()
428 rc = (*fb->bmv)(fb, 0, 0, 0, 0, fb->fbwidth, ri->ri_height, in diofb_eraserows()
H A Ddiofbvar.h83 u_int fbwidth; /* frame buffer width */ member
H A Ddiofb_mono.c140 width = fb->fbwidth >> 5; in diofb_mono_windowmove()
H A Dgendiofb.c162 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8; in gendiofb_reset()
H A Dgbox.c272 fb->fbwidth = 1024; in gbox_reset()
H A Dsti_sgc.c396 if (offset >= 0 && offset < (scr->fbwidth * scr->fbheight)) in sti_m68k_mmap()
/netbsd-src/sys/dev/hpc/
H A Dvideo_subr.c63 u_int32_t fbwidth = vc->vc_fbwidth; \
72 addr = fbaddr + (((y * fbwidth + x) * fbdepth) >> 3); \
/netbsd-src/sys/dev/ic/
H A Dstivar.h94 uint16_t fbheight, fbwidth; member
H A Dsti.c549 cfg.fbwidth - cfg.width; in sti_screen_setup()
558 scr->fbwidth = cfg.fbwidth; in sti_screen_setup()
743 device_xname(sc->sc_dev), scr->name, scr->fbwidth, scr->fbheight,
907 (cfg->fbwidth - cfg->width - cfg->owidth)) { in sti_fetchfonts()
H A Dstireg.h470 uint16_t width, height, owidth, oheight, fbwidth, fbheight; member
/netbsd-src/sys/arch/hppa/dev/
H A Dhyperfb.c444 sc->sc_scr.fbwidth, in hyperfb_attach()
H A Dgftfb.c308 sc->sc_scr.fbwidth, in gftfb_attach()