Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_hdmi.c112 #define HDMI_INT_DLL_LCK BIT(5) macro
119 | HDMI_INT_DLL_LCK \
127 | HDMI_INT_DLL_LCK \
206 if (hdmi->irq_status & (HDMI_INT_SW_RST | HDMI_INT_DLL_LCK)) { in hdmi_irq_thread()