Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi.c462 if (interrupt & (m_SCDC_READREQ | m_I2CM_DONE | in dw_hdmi_i2c_read()
529 m_I2CM_DONE | m_I2CM_ERROR)) in dw_hdmi_i2c_write()
550 } else if (interrupt & m_I2CM_DONE) { in dw_hdmi_i2c_write()
H A Ddw_hdmi.h27 #define m_I2CM_DONE BIT(1) macro