Lines Matching +full:21 +full:v
28 #define BM_SSP_CTRL0_WAIT_FOR_IRQ (1 << 21)
38 #define BM_SSP_CMD0_CONT_CLKING_EN (1 << 21)
58 #define BF_SSP_TIMING_CLOCK_DIVIDE(v) \ argument
59 (((v) << 8) & BM_SSP_TIMING_CLOCK_DIVIDE)
62 #define BF_SSP_TIMING_CLOCK_RATE(v) \ argument
63 (((v) << 0) & BM_SSP_TIMING_CLOCK_RATE)
75 #define BM_SSP_CTRL1_FIFO_UNDERRUN_IRQ (1 << 21)
86 #define BF_SSP_CTRL1_WORD_LENGTH(v) \ argument
87 (((v) << 4) & BM_SSP_CTRL1_WORD_LENGTH)
93 #define BF_SSP_CTRL1_SSP_MODE(v) \ argument
94 (((v) << 0) & BM_SSP_CTRL1_SSP_MODE)