Lines Matching +full:21 +full:- +full:23
4 * SPDX-License-Identifier: Apache-2.0
38 #define SSCR0_DSIZE(x) DAI_INTEL_SSP_SET_BITS(3, 0, (x) - 1)
50 #define SSCR0_RSVD2 BIT(21)
52 #define SSCR0_TIM BIT(23)
53 #define SSCR0_FRDC(x) DAI_INTEL_SSP_SET_BITS(26, 24, (x) - 1)
69 #define SSCR1_RSVD21 DAI_INTEL_SSP_MASK(21, 20)
71 #define SSCR1_RWOT BIT(23)
88 #define SSCR2_ACIOLBS BIT(21)
93 #define SSSR_TUR BIT(21)
101 #define SSPSP_SFRMWDTH(x) DAI_INTEL_SSP_SET_BITS(21, 16, x)
102 #define SSPSP_DMYSTOP(x) DAI_INTEL_SSP_SET_BITS(24, 23, x)
104 #define SSPSP_DMYSTOP_MASK DAI_INTEL_SSP_MASK(SSPSP_DMYSTOP_BITS - 1, 0)
147 #define SSCR5_FRM_ASRT_CLOCKS(x) (((x) - 1) << 1)
151 #define SFIFOTT_TX(x) ((x) - 1)
152 #define SFIFOTT_RX(x) (((x) - 1) << 16)
165 #define SSCR3_TX(x) DAI_INTEL_SSP_SET_BITS(21, 16, (x) - 1)
166 #define SSCR3_RX(x) DAI_INTEL_SSP_SET_BITS(29, 24, (x) - 1)
175 #define SSMIDyCS_RFL DAI_INTEL_SSP_MASK(23, 16)
191 #define SSMODyCS_TFL DAI_INTEL_SSP_MASK(23, 16)
216 #define I2SLCTL_CPA(x) BIT(23 + x)
242 #define MNDSS(x) DAI_INTEL_SSP_SET_BITS(21, 20, x)