Lines Matching +full:21 +full:- +full:23
4 * SPDX-License-Identifier: Apache-2.0
30 #define SSCR0_DSIZE(x) DAI_INTEL_SSP_SET_BITS(3, 0, (x) - 1)
42 #define SSCR0_NCS BIT(21)
44 #define SSCR0_TIM BIT(23)
45 #define SSCR0_FRDC(x) DAI_INTEL_SSP_SET_BITS(26, 24, (x) - 1)
58 #define SSCR1_TFT(x) DAI_INTEL_SSP_SET_BITS(9, 6, (x) - 1)
60 #define SSCR1_RFT(x) DAI_INTEL_SSP_SET_BITS(13, 10, (x) - 1)
67 #define SSCR1_TSRE BIT(21)
69 #define SSCR1_RWOT BIT(23)
88 #define SSCR2_ACIOLBS BIT(21)
97 #define SSSR_TUR BIT(21)
106 #define SSPSP_SFRMWDTH(x) DAI_INTEL_SSP_SET_BITS(21, 16, x)
107 #define SSPSP_DMYSTOP(x) DAI_INTEL_SSP_SET_BITS(24, 23, x)
109 #define SSPSP_DMYSTOP_MASK DAI_INTEL_SSP_MASK(SSPSP_DMYSTOP_BITS - 1, 0)
148 #define SSCR5_FRM_ASRT_CLOCKS(x) (((x) - 1) << 1)
152 #define SFIFOTT_TX(x) ((x) - 1)
153 #define SFIFOTT_RX(x) (((x) - 1) << 16)
166 #define SSCR3_TX(x) DAI_INTEL_SSP_SET_BITS(21, 16, (x) - 1)
167 #define SSCR3_RX(x) DAI_INTEL_SSP_SET_BITS(29, 24, (x) - 1)
176 #define SSMIDyCS_RFL DAI_INTEL_SSP_MASK(23, 16)
192 #define SSMODyCS_TFL DAI_INTEL_SSP_MASK(23, 16)
247 #define MNDSS(x) DAI_INTEL_SSP_SET_BITS(21, 20, x)