Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c56 #define XCSI_ISR_SLBF BIT(18) macro
145 { XCSI_ISR_SLBF, "Streamline Buffer Full Error" },
583 if (status & XCSI_ISR_SLBF) { in xcsi2rxss_irq_handler()