Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c36 CEC_STAT_ARBLOST = BIT(3), enumerator
148 } else if (stat & CEC_STAT_ARBLOST) { in dw_hdmi_cec_hardirq()
216 CEC_STAT_ARBLOST | CEC_STAT_DONE; in dw_hdmi_cec_enable()
H A Ddw-hdmi-qp.h496 #define CEC_STAT_ARBLOST BIT(2) macro