Lines Matching +full:fifo +full:- +full:depth
4 * SPDX-License-Identifier: Apache-2.0
30 #include "dai-params-intel-ipc3.h"
31 #include "dai-params-intel-ipc4.h"
34 (((1ULL << ((b_hi) - (b_lo) + 1ULL)) - 1ULL) << (b_lo))
37 (((x) & ((1ULL << ((b_hi) - (b_lo) + 1ULL)) - 1ULL)) << (b_lo))
46 #define DAI_INTEL_SSP_MAX_FREQ_INDEX (DAI_INTEL_SSP_NUM_FREQ - 1)
49 /* the SSP port fifo depth */
52 /* the watermark for the SSP fifo depth setting */
80 /** \brief BCLKs can be driven by multiple sources - M/N or XTAL directly.
124 uint32_t depth; member
145 struct dai_intel_ssp_plat_fifo_data fifo[2]; member