Searched refs:reg_write16 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 670 reg_write16(struct tda998x_priv *priv, u16 reg, u16 val) in reg_write16() function 1613 reg_write16(priv, REG_REFPIX_MSB, ref_pix); in tda998x_bridge_mode_set() 1614 reg_write16(priv, REG_REFLINE_MSB, ref_line); in tda998x_bridge_mode_set() 1615 reg_write16(priv, REG_NPIX_MSB, n_pix); in tda998x_bridge_mode_set() 1616 reg_write16(priv, REG_NLINE_MSB, n_line); in tda998x_bridge_mode_set() 1617 reg_write16(priv, REG_VS_LINE_STRT_1_MSB, vs1_line_s); in tda998x_bridge_mode_set() 1618 reg_write16(priv, REG_VS_PIX_STRT_1_MSB, vs1_pix_s); in tda998x_bridge_mode_set() 1619 reg_write16(priv, REG_VS_LINE_END_1_MSB, vs1_line_e); in tda998x_bridge_mode_set() 1620 reg_write16(priv, REG_VS_PIX_END_1_MSB, vs1_pix_e); in tda998x_bridge_mode_set() 1621 reg_write16(priv, REG_VS_LINE_STRT_2_MSB, vs2_line_s); in tda998x_bridge_mode_set() [all …]
|