Lines Matching refs:__BITS
49 #define AL2210_TWI_DATA_MASK __BITS(23, 4)
50 #define AL2210_TWI_ADDR_MASK __BITS(3, 0)
60 #define AL2210_CHANNEL_B_MASK __BITS(10, 5) /* Counter B */
75 #define AL2210_CHANNEL_A_MASK __BITS(4, 0) /* Counter A */
92 #define AL2210_SYNTHESIZER_R_MASK __BITS(4, 0) /* Reference
97 #define AL2210_RECEIVER_AGCDET_P_MASK __BITS(16, 15)
103 #define AL2210_RECEIVER_AGCDET_N_MASK __BITS(14, 13)
111 #define AL2210_RECEIVER_BW_SEL_MASK __BITS(4, 2)
126 #define AL2210_TRANSMITTER_PABIAS2_MASK __BITS(7, 4)
131 #define AL2210_TRANSMITTER_PABIAS1_MASK __BITS(3, 0)
147 #define AL2210_CONFIG3_LNA_GAIN_PATT_1MHZ __BITS(15)
148 #define AL2210_CONFIG3_LNA_GAIN_PATT_100KHZ __BITS(14)
149 #define AL2210_CONFIG3_RXON_PATT_1MHZ __BITS(13)
150 #define AL2210_CONFIG3_RXON_PATT_1OOKHZ __BITS(12)
152 #define AL2210_CONFIG3_CNT_1M_AGC_MASK __BITS(11, 8)
153 #define AL2210_CONFIG3_CNT_1M_LNA_MASK __BITS(7, 4)
154 #define AL2210_CONFIG3_CNT_1M_RXON_MASK __BITS(3, 0)
158 #define AL2210_CONFIG4_CNT_100K_AGC_MASK __BITS(11, 8)
159 #define AL2210_CONFIG4_CNT_100K_LNA_MASK __BITS(7, 4)
160 #define AL2210_CONFIG4_CNT_100K_RXON_MASK __BITS(3, 0)
163 #define AL2210_CONFIG5_TXF_BW_MASK __BITS(9, 8)