Lines Matching refs:status
390 * xcsi2rxss_log_status - Logs the status of the CSI-2 Receiver
393 * This function prints the current status of Xilinx MIPI CSI-2
541 * corresponding interrupts. This is useful to get status / debug.
549 u32 status;
551 status = xcsi2rxss_read(state, XCSI_ISR_OFFSET) & XCSI_ISR_ALLINTR_MASK;
552 xcsi2rxss_write(state, XCSI_ISR_OFFSET, status);
555 if (status & XCSI_ISR_SPFIFONE) {
576 if (status & XCSI_ISR_SPFIFOF)
583 if (status & XCSI_ISR_SLBF) {
605 if (status & XCSI_ISR_ALLINTR_MASK) {
609 if (!(status & xcsi2rxss_events[i].mask))
617 if (status & XCSI_ISR_VCXFE && state->en_vcx) {