Lines Matching full:streams
563 * @streams: bit flags of streams to set up
565 * Initializes the time counter of streams marked by the bit flags (each
571 unsigned int streams) in snd_hdac_stream_timecounter_init() argument
581 if (streams & (1 << i)) { in snd_hdac_stream_timecounter_init()
600 * @streams: bit flags of streams to sync
604 unsigned int streams, unsigned int reg) in snd_hdac_stream_sync_trigger() argument
613 val |= streams; in snd_hdac_stream_sync_trigger()
615 val &= ~streams; in snd_hdac_stream_sync_trigger()
624 * @streams: bit flags of streams to sync
630 unsigned int streams) in snd_hdac_stream_sync() argument
640 if (!(streams & (1 << i++))) in snd_hdac_stream_sync()