Lines Matching refs:status
615 DBG("status = %#x", ibi_status);
739 u32 status;
746 status = rh_reg_read(INTR_STATUS);
747 DBG("rh%d status: %#x", i, status);
748 if (!status)
750 rh_reg_write(INTR_STATUS, status);
752 if (status & INTR_IBI_READY)
754 if (status & (INTR_TRANSFER_COMPLETION | INTR_TRANSFER_ERR))
756 if (status & INTR_RING_OP)
759 if (status & INTR_TRANSFER_ABORT)
762 if (status & INTR_WARN_INS_STOP_MODE)
765 if (status & INTR_IBI_RING_FULL)