Lines Matching defs:irq_count
135 __be32 irq_count; /* bits 1-31 count IRQ assertions */
159 u32 irq_count;
1470 buf->irq_count = 0xFFFFFFFF;
1820 ret = wm_adsp_buffer_read(buf, HOST_BUFFER_FIELD(irq_count),
1821 &buf->irq_count);
1823 compr_err(buf, "Failed to get irq_count: %d\n", ret);
1833 if (wm_adsp_fw[dsp->fw].voice_trigger && buf->irq_count == 2)
1850 if (buf->irq_count & 0x01)
1853 compr_dbg(buf, "Enable IRQ(0x%x) for next fragment\n", buf->irq_count);
1855 buf->irq_count |= 0x01;
1858 buf->irq_count);