Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Ddw_hdmi.c243 val = hdmi_read(hdmi, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_wait_i2c_done()
245 hdmi_write(hdmi, val, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_wait_i2c_done()
257 hdmi_write(hdmi, 0xff, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_i2c_write()
/OK3568_Linux_fs/u-boot/include/
H A Ddw_hdmi.h36 #define HDMI_IH_I2CMPHY_STAT0 0x0108 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.h28 #define HDMI_IH_I2CMPHY_STAT0 0x0108 macro
H A Ddw-hdmi.c1639 while ((val = hdmi_readb(hdmi, HDMI_IH_I2CMPHY_STAT0) & 0x3) == 0) { in hdmi_phy_wait_i2c_done()
1644 hdmi_writeb(hdmi, val, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_wait_i2c_done()
1652 hdmi_writeb(hdmi, 0xFF, HDMI_IH_I2CMPHY_STAT0); in dw_hdmi_phy_i2c_write()
1696 hdmi_writeb(hdmi, 0xFF, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_i2c_read()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi.c625 while ((val = hdmi_readb(hdmi, HDMI_IH_I2CMPHY_STAT0) & 0x3) == 0) { in hdmi_phy_wait_i2c_done()
630 hdmi_writeb(hdmi, val, HDMI_IH_I2CMPHY_STAT0); in hdmi_phy_wait_i2c_done()
638 hdmi_writeb(hdmi, 0xFF, HDMI_IH_I2CMPHY_STAT0); in dw_hdmi_phy_i2c_write()
H A Ddw_hdmi.h31 #define HDMI_IH_I2CMPHY_STAT0 0x0108 macro