Home
last modified time | relevance | path

Searched refs:vwin1_line_s (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1443 u16 vwin1_line_s, vwin1_line_e; in tda998x_bridge_mode_set() local
1494 vwin1_line_s = mode->vtotal - mode->vdisplay - 1; in tda998x_bridge_mode_set()
1495 vwin1_line_e = vwin1_line_s + mode->vdisplay; in tda998x_bridge_mode_set()
1505 vwin1_line_s = (mode->vtotal - mode->vdisplay)/2; in tda998x_bridge_mode_set()
1506 vwin1_line_e = vwin1_line_s + mode->vdisplay/2; in tda998x_bridge_mode_set()
1511 vwin2_line_s = vwin1_line_s + mode->vtotal/2; in tda998x_bridge_mode_set()
1626 reg_write16(priv, REG_VWIN_START_1_MSB, vwin1_line_s); in tda998x_bridge_mode_set()