Lines Matching refs:status
405 * xcsi2rxss_log_status - Logs the status of the CSI-2 Receiver
408 * This function prints the current status of Xilinx MIPI CSI-2
556 * corresponding interrupts. This is useful to get status / debug.
564 u32 status;
566 status = xcsi2rxss_read(state, XCSI_ISR_OFFSET) & XCSI_ISR_ALLINTR_MASK;
567 xcsi2rxss_write(state, XCSI_ISR_OFFSET, status);
570 if (status & XCSI_ISR_SPFIFONE) {
591 if (status & XCSI_ISR_SPFIFOF)
598 if (status & XCSI_ISR_SLBF) {
620 if (status & XCSI_ISR_ALLINTR_MASK) {
624 if (!(status & xcsi2rxss_events[i].mask))
632 if (status & XCSI_ISR_VCXFE && state->en_vcx) {