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