Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1441 u16 vs1_pix_s, vs1_pix_e, vs1_line_s, vs1_line_e; in tda998x_bridge_mode_set() local
1497 vs1_line_s = mode->vsync_start - mode->vdisplay; in tda998x_bridge_mode_set()
1498 vs1_line_e = vs1_line_s + in tda998x_bridge_mode_set()
1508 vs1_line_s = (mode->vsync_start - mode->vdisplay)/2; in tda998x_bridge_mode_set()
1509 vs1_line_e = vs1_line_s + in tda998x_bridge_mode_set()
1514 vs2_line_s = vs1_line_s + mode->vtotal/2 ; in tda998x_bridge_mode_set()
1616 reg_write16(priv, REG_VS_LINE_STRT_1_MSB, vs1_line_s); in tda998x_bridge_mode_set()