Lines Matching full:streams
564 * @streams: bit flags of streams to set up
566 * Initializes the time counter of streams marked by the bit flags (each
572 unsigned int streams) in snd_hdac_stream_timecounter_init() argument
582 if (streams & (1 << i)) { in snd_hdac_stream_timecounter_init()
601 * @streams: bit flags of streams to sync
605 unsigned int streams, unsigned int reg) in snd_hdac_stream_sync_trigger() argument
614 val |= streams; in snd_hdac_stream_sync_trigger()
616 val &= ~streams; in snd_hdac_stream_sync_trigger()
625 * @streams: bit flags of streams to sync
631 unsigned int streams) in snd_hdac_stream_sync() argument
641 if (!(streams & (1 << i++))) in snd_hdac_stream_sync()