Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi_qp.c360 I2CM_NACK_RCVD_IRQ); in dw_hdmi_i2c_read()
376 if (intr & I2CM_NACK_RCVD_IRQ) { in dw_hdmi_i2c_read()
459 I2CM_NACK_RCVD_IRQ); in dw_hdmi_i2c_write()
475 if (intr & I2CM_NACK_RCVD_IRQ) { in dw_hdmi_i2c_write()
H A Ddw_hdmi_qp.h771 #define I2CM_NACK_RCVD_IRQ BIT(2) macro