HomeSort by: relevance | last modified time | path
    Searched refs:fbheight (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
ite_tvrx.c 64 ite_dio_windowmove1bpp(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth,
ite_hy.c 69 ite_dio_windowmove1bpp(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth,
ite_tc.c 100 topcat_windowmove(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, RR_CLEAR);
itevar.h 67 short fbheight, fbwidth; member in struct:ite_data
ite.c 231 ip->fbheight = fb->fbhmsb << 8 | fb->fbhlsb;
243 if (ip->dheight > ip->fbheight)
244 ip->dheight = ip->fbheight;
ite_sti.c 186 sti.cfg.oscr_height = cfg.oheight = cfg.fbheight - cfg.height;
191 ip->fbheight = cfg.fbheight;
ite_rb.c 78 rbox_windowmove(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, RR_CLEAR);
  /src/sys/arch/hp300/dev/
diofbvar.h 84 u_int fbheight; /* frame buffer height */ member in struct:diofb
diofb.c 106 if (fb->fbwidth == 0 || fb->fbheight == 0) {
108 fb->fbheight = (fbr->fbhmsb << 8) | fbr->fbhlsb;
110 fb->fbsize = fb->fbwidth * fb->fbheight;
146 if (fb->dheight > fb->fbheight)
147 fb->dheight = fb->fbheight;
214 (*fb->bmv)(fb, 0, 0, 0, 0, fb->fbwidth, fb->fbheight, RR_CLEAR, 0xff);
sti_machdep.c 333 if (offset >= 0 && offset < (scr->fbwidth * scr->fbheight))
gbox.c 273 fb->fbheight = 1024;
  /src/sys/dev/ic/
stivar.h 94 uint16_t fbheight, fbwidth; member in struct:sti_screen
sti.c 552 cfg.fbheight - cfg.height;
558 scr->fbheight = cfg.fbheight;
752 device_xname(sc->sc_dev), scr->name, scr->fbwidth, scr->fbheight,
916 if (size <= cfg->fbheight *
924 scr->scr_fontmaxcol = cfg->fbheight / fp->height;
stireg.h 473 uint16_t width, height, owidth, oheight, fbwidth, fbheight; member in struct:sti_inqconfout
  /src/sys/arch/hppa/dev/
gftfb.c 307 sc->sc_scr.fbheight - sc->sc_height - 5,
827 fbi->fbi_fbsize = sc->sc_scr.fbheight * 2048;
summitfb.c 726 ((sc->sc_scr.fbwidth) << 16) | (sc->sc_scr.fbheight));
851 fbi->fbi_fbsize = sc->sc_scr.fbheight * 8192;

Completed in 25 milliseconds