Lines Matching +full:12 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * include/linux/mfd/wl1273-core.h
17 #define WL1273_FM_DRIVER_NAME "wl1273-fm"
28 #define WL1273_MOST_MODE_SET 12
125 #define WL1273_MODE_RX BIT(0)
126 #define WL1273_MODE_TX BIT(1)
127 #define WL1273_MODE_OFF BIT(2)
128 #define WL1273_MODE_SUSPENDED BIT(3)
130 #define WL1273_RADIO_CHILD BIT(0)
131 #define WL1273_CODEC_CHILD BIT(1)
145 #define WL1273_AUDIO_ENABLE_I2S BIT(0)
146 #define WL1273_AUDIO_ENABLE_ANALOG BIT(1)
189 #define WL1273_IS2_RATE_48K (0x0 << 12)
190 #define WL1273_IS2_RATE_44_1K (0x1 << 12)
191 #define WL1273_IS2_RATE_32K (0x2 << 12)
192 #define WL1273_IS2_RATE_22_05K (0x4 << 12)
193 #define WL1273_IS2_RATE_16K (0x5 << 12)
194 #define WL1273_IS2_RATE_12K (0x8 << 12)
195 #define WL1273_IS2_RATE_11_025 (0x9 << 12)
196 #define WL1273_IS2_RATE_8K (0xa << 12)
197 #define WL1273_IS2_RATE (0xf << 12)
207 #define SCHAR_MIN (-128)
210 #define WL1273_FR_EVENT BIT(0)
211 #define WL1273_BL_EVENT BIT(1)
212 #define WL1273_RDS_EVENT BIT(2)
213 #define WL1273_BBLK_EVENT BIT(3)
214 #define WL1273_LSYNC_EVENT BIT(4)
215 #define WL1273_LEV_EVENT BIT(5)
216 #define WL1273_IFFR_EVENT BIT(6)
217 #define WL1273_PI_EVENT BIT(7)
218 #define WL1273_PD_EVENT BIT(8)
219 #define WL1273_STIC_EVENT BIT(9)
220 #define WL1273_MAL_EVENT BIT(10)
221 #define WL1273_POW_ENB_EVENT BIT(11)
222 #define WL1273_SCAN_OVER_EVENT BIT(12)
223 #define WL1273_ERROR_EVENT BIT(13)