Searched refs:reg_write16 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | tda998x_drv.c | 1614 reg_write16(priv, REG_REFPIX_MSB, ref_pix); in tda998x_bridge_mode_set() 1615 reg_write16(priv, REG_REFLINE_MSB, ref_line); in tda998x_bridge_mode_set() 1616 reg_write16(priv, REG_NPIX_MSB, n_pix); in tda998x_bridge_mode_set() 1617 reg_write16(priv, REG_NLINE_MSB, n_line); in tda998x_bridge_mode_set() 1619 reg_write16(priv, REG_VS_PIX_STRT_1_MSB, vs1_pix_s); in tda998x_bridge_mode_set() 1621 reg_write16(priv, REG_VS_PIX_END_1_MSB, vs1_pix_e); in tda998x_bridge_mode_set() 1625 reg_write16(priv, REG_VS_PIX_END_2_MSB, vs2_pix_e); in tda998x_bridge_mode_set() 1626 reg_write16(priv, REG_HS_PIX_START_MSB, hs_pix_s); in tda998x_bridge_mode_set() 1627 reg_write16(priv, REG_HS_PIX_STOP_MSB, hs_pix_e); in tda998x_bridge_mode_set() 1632 reg_write16(priv, REG_DE_START_MSB, de_pix_s); in tda998x_bridge_mode_set() [all …]
|