Lines Matching +full:bi +full:- +full:directional
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * HD-audio controller (Azalia) registers and helpers
109 /* Haswell/Broadwell display HD-A controller Extended Mode registers */
113 /* Skylake/Broxton vendor-specific registers */
141 /* max number of fragments - we may use more if allocating more pages for BDL */
146 * max buffer size - artificial 4MB limit per stream to avoid big allocations
158 #define STATESTS_INT_MASK ((1 << HDA_MAX_CODECS) - 1)
165 #define SD_CTL_DIR (1 << 19) /* bi-directional stream */
185 /* below are so far hardcoded - should read registers in future */
246 (((1 << (bit_num)) - 1) << (offset))
363 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()