Lines Matching refs:reg_write16

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()
1622 reg_write16(priv, REG_VS_PIX_STRT_2_MSB, vs2_pix_s); in tda998x_bridge_mode_set()
1623 reg_write16(priv, REG_VS_LINE_END_2_MSB, vs2_line_e); in tda998x_bridge_mode_set()
1624 reg_write16(priv, REG_VS_PIX_END_2_MSB, vs2_pix_e); in tda998x_bridge_mode_set()
1625 reg_write16(priv, REG_HS_PIX_START_MSB, hs_pix_s); in tda998x_bridge_mode_set()
1626 reg_write16(priv, REG_HS_PIX_STOP_MSB, hs_pix_e); in tda998x_bridge_mode_set()
1627 reg_write16(priv, REG_VWIN_START_1_MSB, vwin1_line_s); in tda998x_bridge_mode_set()
1628 reg_write16(priv, REG_VWIN_END_1_MSB, vwin1_line_e); in tda998x_bridge_mode_set()
1629 reg_write16(priv, REG_VWIN_START_2_MSB, vwin2_line_s); in tda998x_bridge_mode_set()
1630 reg_write16(priv, REG_VWIN_END_2_MSB, vwin2_line_e); in tda998x_bridge_mode_set()
1631 reg_write16(priv, REG_DE_START_MSB, de_pix_s); in tda998x_bridge_mode_set()
1632 reg_write16(priv, REG_DE_STOP_MSB, de_pix_e); in tda998x_bridge_mode_set()