Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c157 dw_hdmi_phy_i2c_write(hdmi, 0x01e0, 0x06); in sun8i_hdmi_phy_config_a83t()
158 dw_hdmi_phy_i2c_write(hdmi, 0x0000, 0x15); in sun8i_hdmi_phy_config_a83t()
159 dw_hdmi_phy_i2c_write(hdmi, 0x08da, 0x10); in sun8i_hdmi_phy_config_a83t()
160 dw_hdmi_phy_i2c_write(hdmi, 0x0007, 0x19); in sun8i_hdmi_phy_config_a83t()
161 dw_hdmi_phy_i2c_write(hdmi, 0x0318, 0x0e); in sun8i_hdmi_phy_config_a83t()
162 dw_hdmi_phy_i2c_write(hdmi, 0x8009, 0x09); in sun8i_hdmi_phy_config_a83t()
164 dw_hdmi_phy_i2c_write(hdmi, 0x0540, 0x06); in sun8i_hdmi_phy_config_a83t()
165 dw_hdmi_phy_i2c_write(hdmi, 0x0005, 0x15); in sun8i_hdmi_phy_config_a83t()
166 dw_hdmi_phy_i2c_write(hdmi, 0x0000, 0x10); in sun8i_hdmi_phy_config_a83t()
167 dw_hdmi_phy_i2c_write(hdmi, 0x0007, 0x19); in sun8i_hdmi_phy_config_a83t()
[all …]
/Linux-v5.4/drivers/gpu/drm/rcar-du/
Drcar_dw_hdmi.c68 dw_hdmi_phy_i2c_write(hdmi, params->opmode_div, in rcar_hdmi_phy_configure()
70 dw_hdmi_phy_i2c_write(hdmi, params->curr_gmp, in rcar_hdmi_phy_configure()
72 dw_hdmi_phy_i2c_write(hdmi, params->div, RCAR_HDMI_PHY_PLLDIVCTRL); in rcar_hdmi_phy_configure()
/Linux-v5.4/include/drm/bridge/
Ddw_hdmi.h166 void dw_hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data,
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1147 void dw_hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, in dw_hdmi_phy_i2c_write() function
1160 EXPORT_SYMBOL_GPL(dw_hdmi_phy_i2c_write);
1388 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[0].cpce, in hdmi_phy_configure_dwc_hdmi_3d_tx()
1390 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[0].gmp, in hdmi_phy_configure_dwc_hdmi_3d_tx()
1392 dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[0], in hdmi_phy_configure_dwc_hdmi_3d_tx()
1395 dw_hdmi_phy_i2c_write(hdmi, 0, HDMI_3D_TX_PHY_PLLPHBYCTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1396 dw_hdmi_phy_i2c_write(hdmi, HDMI_3D_TX_PHY_MSM_CTRL_CKO_SEL_FB_CLK, in hdmi_phy_configure_dwc_hdmi_3d_tx()
1399 dw_hdmi_phy_i2c_write(hdmi, phy_config->term, HDMI_3D_TX_PHY_TXTERM); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1400 dw_hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx()
1402 dw_hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx()
[all …]