Lines Matching defs:status
521 /* clear stream status */
563 /* clear stream status */
716 u32 status;
721 status = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_INTSTS);
723 trace_sof_intel_hda_dsp_check_stream_irq(sdev, status);
726 if (status != 0xffffffff)
751 static bool hda_dsp_stream_check(struct hdac_bus *bus, u32 status)
759 if (status & BIT(s->index) && s->opened) {
790 u32 status;
800 status = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_INTSTS);
803 active = hda_dsp_stream_check(bus, status);
806 if (status & AZX_INT_CTRL_EN) {