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

  /src/sys/dev/ic/
stivar.h 95 uint16_t oheight, owidth; /* offscreen size */ member in struct:sti_screen
stireg.h 473 uint16_t width, height, owidth, oheight, fbwidth, fbheight; member in struct:sti_inqconfout
sti.c 545 cfg.oheight == cfg.height)
551 scr->scr_cfg.oscr_height = cfg.oheight =
560 scr->oheight = cfg.oheight;
  /src/sys/arch/hp300/stand/common/
ite_sti.c 184 if (cfg.owidth == cfg.width && cfg.oheight == cfg.height) {
186 sti.cfg.oscr_height = cfg.oheight = cfg.fbheight - cfg.height;

Completed in 17 milliseconds