Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb.c135 if (fb->dwidth == 0 || fb->dheight == 0) { in diofb_fbinquire()
137 fb->dheight = (fbr->dhmsb << 8) | fbr->dhlsb; in diofb_fbinquire()
146 if (fb->dheight > fb->fbheight) in diofb_fbinquire()
147 fb->dheight = fb->fbheight; in diofb_fbinquire()
185 ri->ri_height = fb->dheight; in diofb_fbsetup()
308 aprint_normal(": %dx%d", fb->dwidth, fb->dheight); in diofb_end_attach()
H A Ddiofbvar.h86 u_int dheight; /* displayed part height */ member
H A Dtopcat.c279 if (sc->sc_fb->dheight == 400) in topcat_end_attach()
285 if (sc->sc_fb->dheight == 400) in topcat_end_attach()
373 if (fb->planes <= 4 && fb->dwidth == 1024 && fb->dheight == 400) { in topcat_reset()
H A Dgendiofb.c169 ri->ri_height = fb->dheight; in gendiofb_reset()
H A Dgbox.c275 fb->dheight = 768; in gbox_reset()
/netbsd-src/sys/arch/hp300/stand/common/
H A Dite.c162 ip->dheight = fb->dhmsb << 8 | fb->dhlsb; in iteconfig()
172 if (ip->dheight > ip->fbheight) in iteconfig()
173 ip->dheight = ip->fbheight; in iteconfig()
H A Dite_subr.c59 ip->rows = ip->dheight / ip->ftheight; in ite_fontinfo()
76 ip->fonty = ip->dheight; in ite_fontinfo()
H A Ditevar.h66 short dheight, dwidth; member
H A Dite_gb.c100 gbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR); in gbox_init()
H A Dite_sti.c192 ip->dheight = cfg.height; in sti_iteinit_common()
324 ip->rows = ip->dheight / ip->ftheight; in sti_fontinfo()
H A Dite_dv.c122 dvbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR); in dvbox_init()