Searched refs:dwc_hdmi_phy_i2c_write (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hdmi/ |
H A D | dwc_hdmi.c | 90 dwc_hdmi_phy_i2c_write(struct dwc_hdmi_softc *sc, unsigned short data, in dwc_hdmi_phy_i2c_write() function 307 dwc_hdmi_phy_i2c_write(sc, CPCE_CTRL_45_25, HDMI_PHY_I2C_CPCE_CTRL); in dwc_hdmi_phy_configure() 308 dwc_hdmi_phy_i2c_write(sc, GMPCTRL_45_25, HDMI_PHY_I2C_GMPCTRL); in dwc_hdmi_phy_configure() 310 dwc_hdmi_phy_i2c_write(sc, CPCE_CTRL_92_50, HDMI_PHY_I2C_CPCE_CTRL); in dwc_hdmi_phy_configure() 311 dwc_hdmi_phy_i2c_write(sc, GMPCTRL_92_50, HDMI_PHY_I2C_GMPCTRL); in dwc_hdmi_phy_configure() 313 dwc_hdmi_phy_i2c_write(sc, CPCE_CTRL_185, HDMI_PHY_I2C_CPCE_CTRL); in dwc_hdmi_phy_configure() 314 dwc_hdmi_phy_i2c_write(sc, GMPCTRL_185, HDMI_PHY_I2C_GMPCTRL); in dwc_hdmi_phy_configure() 316 dwc_hdmi_phy_i2c_write(sc, CPCE_CTRL_370, HDMI_PHY_I2C_CPCE_CTRL); in dwc_hdmi_phy_configure() 317 dwc_hdmi_phy_i2c_write(sc, GMPCTRL_370, HDMI_PHY_I2C_GMPCTRL); in dwc_hdmi_phy_configure() 325 dwc_hdmi_phy_i2c_write(sc, 0x091c, HDMI_PHY_I2C_CURRCTRL); in dwc_hdmi_phy_configure() [all …]
|