Home
last modified time | relevance | path

Searched refs:HDMI_IH_I2CMPHY_STAT0 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c652 while ((val = hdmi_readb(hdmi, HDMI_IH_I2CMPHY_STAT0) & 0x3) == 0) { in hdmi_phy_wait_i2c_done()
657 hdmi_writeb(hdmi, val, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_wait_i2c_done()
665 hdmi_writeb(hdmi, 0xFF, HDMI_IH_I2CMPHY_STAT0); in __hdmi_phy_i2c_write()
Ddw_hdmi.h32 #define HDMI_IH_I2CMPHY_STAT0 0x0108 macro