Lines Matching defs:active
793 * remap a currently active streams ports.
2586 * Check if the DSP DMA is active
2607 unsigned int active;
2618 codec_dbg(codec, "dma already active\n");
2630 active = 0;
2661 &active);
2670 active &= (~(1 << (DSPDMAC_ACTIVE_AAR_LOBIT + dma_chan))) &
2673 status = chipio_write(codec, DSPDMAC_ACTIVE_INST_OFFSET, active);
2701 port_map_mask, chnl_prop, active);
4441 * Select the active output.
4929 * Select the active VIP source
5035 * Select the active microphone.
5087 * Select the active input.
7544 /* If there is an active channel for some reason, find it and free it. */
7550 /* Read active DSPDMAC channel register. */
7553 /* AND against 0xfff to get the active channel bits. */
7556 /* If there are no active channels, nothing to free. */
7560 codec_dbg(codec, "%s: Failed to read active DSP DMA channel register.\n",
7567 * active, free it.
7573 codec_dbg(codec, "%s: Failed to free active DSP DMA channel %d.\n",
7607 * Check if any of the default streams are active, and if they are,
7624 * If all DSP streams are inactive, there should be no active DSP DMA
7626 * free any active channels.
7650 * value. The 2-bit number value is seemingly 0 if inactive, 1 if active,