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

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

Completed in 44 milliseconds