Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c55 #define XCSI_ISR_SLBF BIT(18) macro
161 { XCSI_ISR_SLBF, "Streamline Buffer Full Error" },
598 if (status & XCSI_ISR_SLBF) { in xcsi2rxss_irq_handler()