Lines Matching defs:status
606 unsigned int status;
615 ret = regmap_read(afe->regmap, AFE_IRQ_MCU_STATUS, &status);
616 if (ret || (status & mcu_en) == 0) {
617 dev_err(afe->dev, "%s(), irq status err, ret %d, status 0x%x, mcu_en 0x%x\n",
618 __func__, ret, status, mcu_en);
621 status = mcu_en & AFE_IRQ_STATUS_BITS;
635 if (status & (1 << irq->irq_data->irq_en_shift))
643 status & AFE_IRQ_STATUS_BITS);
667 /* make sure all irq status are cleared */