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));
|