Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i2c/
Dtda998x_drv.c1439 u16 vs1_pix_s, vs1_pix_e, vs1_line_s, vs1_line_e; in tda998x_bridge_mode_set() local
1495 vs1_line_s = mode->vsync_start - mode->vdisplay; in tda998x_bridge_mode_set()
1496 vs1_line_e = vs1_line_s + in tda998x_bridge_mode_set()
1506 vs1_line_s = (mode->vsync_start - mode->vdisplay)/2; in tda998x_bridge_mode_set()
1507 vs1_line_e = vs1_line_s + in tda998x_bridge_mode_set()
1512 vs2_line_s = vs1_line_s + mode->vtotal/2 ; in tda998x_bridge_mode_set()
1614 reg_write16(priv, REG_VS_LINE_STRT_1_MSB, vs1_line_s); in tda998x_bridge_mode_set()