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