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

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c171 dw_hdmi_phy_i2c_write(hdmi, 0x01e0, 0x06);
172 dw_hdmi_phy_i2c_write(hdmi, 0x0000, 0x15);
173 dw_hdmi_phy_i2c_write(hdmi, 0x08da, 0x10);
174 dw_hdmi_phy_i2c_write(hdmi, 0x0007, 0x19);
175 dw_hdmi_phy_i2c_write(hdmi, 0x0318, 0x0e);
176 dw_hdmi_phy_i2c_write(hdmi, 0x8009, 0x09);
178 dw_hdmi_phy_i2c_write(hdmi, 0x0540, 0x06);
179 dw_hdmi_phy_i2c_write(hdmi, 0x0005, 0x15);
180 dw_hdmi_phy_i2c_write(hdmi, 0x0000, 0x10);
181 dw_hdmi_phy_i2c_write(hdm
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_dw_hdmi.c68 dw_hdmi_phy_i2c_write(hdmi, params->opmode_div,
70 dw_hdmi_phy_i2c_write(hdmi, params->curr_gmp,
72 dw_hdmi_phy_i2c_write(hdmi, params->div, RCAR_HDMI_PHY_PLLDIVCTRL);
/linux-master/include/drm/bridge/
H A Ddw_hdmi.h194 void dw_hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data,
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1351 void dw_hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, function
1364 EXPORT_SYMBOL_GPL(dw_hdmi_phy_i2c_write); variable
1600 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[0].cpce,
1602 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[0].gmp,
1604 dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[0],
1607 dw_hdmi_phy_i2c_write(hdmi, 0, HDMI_3D_TX_PHY_PLLPHBYCTRL);
1608 dw_hdmi_phy_i2c_write(hdmi, HDMI_3D_TX_PHY_MSM_CTRL_CKO_SEL_FB_CLK,
1611 dw_hdmi_phy_i2c_write(hdmi, phy_config->term, HDMI_3D_TX_PHY_TXTERM);
1612 dw_hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr,
1614 dw_hdmi_phy_i2c_write(hdm
[all...]

Completed in 209 milliseconds