Searched refs:dw_hdmi_phy_i2c_write (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy.c | 41 dw_hdmi_phy_i2c_write(hdmi, 0x01e0, 0x06); in sun8i_hdmi_phy_config_a83t() 42 dw_hdmi_phy_i2c_write(hdmi, 0x0000, 0x15); in sun8i_hdmi_phy_config_a83t() 43 dw_hdmi_phy_i2c_write(hdmi, 0x08da, 0x10); in sun8i_hdmi_phy_config_a83t() 44 dw_hdmi_phy_i2c_write(hdmi, 0x0007, 0x19); in sun8i_hdmi_phy_config_a83t() 45 dw_hdmi_phy_i2c_write(hdmi, 0x0318, 0x0e); in sun8i_hdmi_phy_config_a83t() 46 dw_hdmi_phy_i2c_write(hdmi, 0x8009, 0x09); in sun8i_hdmi_phy_config_a83t() 48 dw_hdmi_phy_i2c_write(hdmi, 0x0540, 0x06); in sun8i_hdmi_phy_config_a83t() 49 dw_hdmi_phy_i2c_write(hdmi, 0x0005, 0x15); in sun8i_hdmi_phy_config_a83t() 50 dw_hdmi_phy_i2c_write(hdmi, 0x0000, 0x10); in sun8i_hdmi_phy_config_a83t() 51 dw_hdmi_phy_i2c_write(hdmi, 0x0007, 0x19); in sun8i_hdmi_phy_config_a83t() [all …]
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | rcar_dw_hdmi.c | 56 dw_hdmi_phy_i2c_write(hdmi, params->opmode_div, in rcar_hdmi_phy_configure() 58 dw_hdmi_phy_i2c_write(hdmi, params->curr_gmp, in rcar_hdmi_phy_configure() 60 dw_hdmi_phy_i2c_write(hdmi, params->div, RCAR_HDMI_PHY_PLLDIVCTRL); in rcar_hdmi_phy_configure()
|
/Linux-v4.19/include/drm/bridge/ |
D | dw_hdmi.h | 162 void dw_hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data,
|
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 1003 void dw_hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, in dw_hdmi_phy_i2c_write() function 1016 EXPORT_SYMBOL_GPL(dw_hdmi_phy_i2c_write); 1186 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[0].cpce, in hdmi_phy_configure_dwc_hdmi_3d_tx() 1188 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[0].gmp, in hdmi_phy_configure_dwc_hdmi_3d_tx() 1190 dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[0], in hdmi_phy_configure_dwc_hdmi_3d_tx() 1193 dw_hdmi_phy_i2c_write(hdmi, 0, HDMI_3D_TX_PHY_PLLPHBYCTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx() 1194 dw_hdmi_phy_i2c_write(hdmi, HDMI_3D_TX_PHY_MSM_CTRL_CKO_SEL_FB_CLK, in hdmi_phy_configure_dwc_hdmi_3d_tx() 1197 dw_hdmi_phy_i2c_write(hdmi, phy_config->term, HDMI_3D_TX_PHY_TXTERM); in hdmi_phy_configure_dwc_hdmi_3d_tx() 1198 dw_hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx() 1200 dw_hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx() [all …]
|