Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c260 u8 cec_int; in dw_hdmi_cec_wake_irq() local
262 cec_int = dw_hdmi_read(cec, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_wake_irq()
263 if (!cec_int) in dw_hdmi_cec_wake_irq()
267 dw_hdmi_write(cec, cec_int, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_wake_irq()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/
H A Dmxc_hdmi.h502 u8 cec_int; /* 0x7d04 */ member