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 */
143 /* max number of fragments - we may use more if allocating more pages for BDL */
148 * max buffer size - artificial 4MB limit per stream to avoid big allocations
160 #define STATESTS_INT_MASK ((1 << HDA_MAX_CODECS) - 1)
167 #define SD_CTL_DIR (1 << 19) /* bi-directional stream */
187 /* below are so far hardcoded - should read registers in future */
248 (((1 << (bit_num)) - 1) << (offset))
365 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()