HomeSort by: relevance | last modified time | path
    Searched defs:yheight (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
tdvfb.c 349 uint16_t yheight, xwidth; local in function:tdvfb_videomode_set
353 yheight = sc->sc_videomode->vdisplay;
367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff,
391 tdvfb_cvg_write(sc, TDV_OFF_VDIMENSIONS, yheight << 16 | (xwidth - 1));
tdvfb.c 349 uint16_t yheight, xwidth; local in function:tdvfb_videomode_set
353 yheight = sc->sc_videomode->vdisplay;
367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff,
391 tdvfb_cvg_write(sc, TDV_OFF_VDIMENSIONS, yheight << 16 | (xwidth - 1));
tdvfb.c 349 uint16_t yheight, xwidth; local in function:tdvfb_videomode_set
353 yheight = sc->sc_videomode->vdisplay;
367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff,
391 tdvfb_cvg_write(sc, TDV_OFF_VDIMENSIONS, yheight << 16 | (xwidth - 1));

Completed in 41 milliseconds