/src/sys/dev/pci/ |
tdvfb.c | 347 uint16_t vbackporch, vsyncon, vsyncoff; local in function:tdvfb_videomode_set 356 vbackporch = sc->sc_videomode->vtotal - sc->sc_videomode->vsync_end; 367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff, 392 tdvfb_cvg_write(sc, TDV_OFF_BACKPORCH, vbackporch << 16 |
|
tdvfb.c | 347 uint16_t vbackporch, vsyncon, vsyncoff; local in function:tdvfb_videomode_set 356 vbackporch = sc->sc_videomode->vtotal - sc->sc_videomode->vsync_end; 367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff, 392 tdvfb_cvg_write(sc, TDV_OFF_BACKPORCH, vbackporch << 16 |
|
/src/sys/sys/ |
videoio.h | 2282 * @vbackporch: Vertical back porch in lines 2301 * tot_height = height + vfrontporch + vsync + vbackporch + 2317 u_int32_t vbackporch; member in struct:v4l2_bt_timings 2413 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
videoio.h | 2282 * @vbackporch: Vertical back porch in lines 2301 * tot_height = height + vfrontporch + vsync + vbackporch + 2317 u_int32_t vbackporch; member in struct:v4l2_bt_timings 2413 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|