tdvfb.c | 348 uint16_t hbackporch, hsyncon, hsyncoff; local in function:tdvfb_videomode_set 363 hsyncoff = sc->sc_videomode->htotal - hsyncon; 367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff, 394 tdvfb_cvg_write(sc, TDV_OFF_HSYNC, hsyncoff << 16 | (hsyncon - 1));
|