Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i2c/
Dtda998x_drv.c1427 u16 vs1_pix_s, vs1_pix_e, vs1_line_s, vs1_line_e; in tda998x_bridge_mode_set() local
1483 vs1_line_s = mode->vsync_start - mode->vdisplay; in tda998x_bridge_mode_set()
1484 vs1_line_e = vs1_line_s + in tda998x_bridge_mode_set()
1494 vs1_line_s = (mode->vsync_start - mode->vdisplay)/2; in tda998x_bridge_mode_set()
1495 vs1_line_e = vs1_line_s + in tda998x_bridge_mode_set()
1500 vs2_line_s = vs1_line_s + mode->vtotal/2 ; in tda998x_bridge_mode_set()
1602 reg_write16(priv, REG_VS_LINE_STRT_1_MSB, vs1_line_s); in tda998x_bridge_mode_set()