Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx.h210 #define AFIFO_UNDERFLOW_ST BIT(25) macro
H A Drk_hdmirx.c3139 switch (fifo_status & (AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST)) { in audio_fifo_err()
3140 case AFIFO_UNDERFLOW_ST: in audio_fifo_err()
3144 case AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST: in audio_fifo_err()
3188 if (fifo_status2 & (AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST)) { in hdmirx_delayed_work_audio()