Lines Matching refs:BIT

189 #define AS3722_LDO_ILIMIT_MASK				BIT(7)
190 #define AS3722_LDO_ILIMIT_BIT BIT(7)
206 #define AS3722_LDO0_CTRL BIT(0)
207 #define AS3722_LDO1_CTRL BIT(1)
208 #define AS3722_LDO2_CTRL BIT(2)
209 #define AS3722_LDO3_CTRL BIT(3)
210 #define AS3722_LDO4_CTRL BIT(4)
211 #define AS3722_LDO5_CTRL BIT(5)
212 #define AS3722_LDO6_CTRL BIT(6)
213 #define AS3722_LDO7_CTRL BIT(7)
214 #define AS3722_LDO9_CTRL BIT(1)
215 #define AS3722_LDO10_CTRL BIT(2)
216 #define AS3722_LDO11_CTRL BIT(3)
232 #define AS3722_SDn_CTRL(n) BIT(n)
234 #define AS3722_SD0_MODE_FAST BIT(4)
235 #define AS3722_SD1_MODE_FAST BIT(4)
236 #define AS3722_SD2_MODE_FAST BIT(2)
237 #define AS3722_SD3_MODE_FAST BIT(6)
238 #define AS3722_SD4_MODE_FAST BIT(2)
239 #define AS3722_SD5_MODE_FAST BIT(2)
240 #define AS3722_SD6_MODE_FAST BIT(4)
242 #define AS3722_POWER_OFF BIT(1)
244 #define AS3722_INTERRUPT_MASK1_LID BIT(0)
245 #define AS3722_INTERRUPT_MASK1_ACOK BIT(1)
246 #define AS3722_INTERRUPT_MASK1_ENABLE1 BIT(2)
247 #define AS3722_INTERRUPT_MASK1_OCURR_ALARM_SD0 BIT(3)
248 #define AS3722_INTERRUPT_MASK1_ONKEY_LONG BIT(4)
249 #define AS3722_INTERRUPT_MASK1_ONKEY BIT(5)
250 #define AS3722_INTERRUPT_MASK1_OVTMP BIT(6)
251 #define AS3722_INTERRUPT_MASK1_LOWBAT BIT(7)
253 #define AS3722_INTERRUPT_MASK2_SD0_LV BIT(0)
254 #define AS3722_INTERRUPT_MASK2_SD1_LV BIT(1)
255 #define AS3722_INTERRUPT_MASK2_SD2345_LV BIT(2)
256 #define AS3722_INTERRUPT_MASK2_PWM1_OV_PROT BIT(3)
257 #define AS3722_INTERRUPT_MASK2_PWM2_OV_PROT BIT(4)
258 #define AS3722_INTERRUPT_MASK2_ENABLE2 BIT(5)
259 #define AS3722_INTERRUPT_MASK2_SD6_LV BIT(6)
260 #define AS3722_INTERRUPT_MASK2_RTC_REP BIT(7)
262 #define AS3722_INTERRUPT_MASK3_RTC_ALARM BIT(0)
263 #define AS3722_INTERRUPT_MASK3_GPIO1 BIT(1)
264 #define AS3722_INTERRUPT_MASK3_GPIO2 BIT(2)
265 #define AS3722_INTERRUPT_MASK3_GPIO3 BIT(3)
266 #define AS3722_INTERRUPT_MASK3_GPIO4 BIT(4)
267 #define AS3722_INTERRUPT_MASK3_GPIO5 BIT(5)
268 #define AS3722_INTERRUPT_MASK3_WATCHDOG BIT(6)
269 #define AS3722_INTERRUPT_MASK3_ENABLE3 BIT(7)
271 #define AS3722_INTERRUPT_MASK4_TEMP_SD0_SHUTDOWN BIT(0)
272 #define AS3722_INTERRUPT_MASK4_TEMP_SD1_SHUTDOWN BIT(1)
273 #define AS3722_INTERRUPT_MASK4_TEMP_SD6_SHUTDOWN BIT(2)
274 #define AS3722_INTERRUPT_MASK4_TEMP_SD0_ALARM BIT(3)
275 #define AS3722_INTERRUPT_MASK4_TEMP_SD1_ALARM BIT(4)
276 #define AS3722_INTERRUPT_MASK4_TEMP_SD6_ALARM BIT(5)
277 #define AS3722_INTERRUPT_MASK4_OCCUR_ALARM_SD6 BIT(6)
278 #define AS3722_INTERRUPT_MASK4_ADC BIT(7)
280 #define AS3722_ADC1_INTERVAL_TIME BIT(0)
281 #define AS3722_ADC1_INT_MODE_ON BIT(1)
282 #define AS3722_ADC_BUF_ON BIT(2)
283 #define AS3722_ADC1_LOW_VOLTAGE_RANGE BIT(5)
284 #define AS3722_ADC1_INTEVAL_SCAN BIT(6)
285 #define AS3722_ADC1_INT_MASK BIT(7)
290 #define AS3722_ADC0_CONV_START BIT(7)
291 #define AS3722_ADC0_CONV_NOTREADY BIT(7)
294 #define AS3722_ADC1_CONV_START BIT(7)
295 #define AS3722_ADC1_CONV_NOTREADY BIT(7)
310 #define AS3722_GPIO_INV BIT(7)
328 #define AS3722_GPIOn_SIGNAL(n) BIT(n)
330 #define AS3722_I2C_PULL_UP BIT(4)
331 #define AS3722_INT_PULL_UP BIT(5)
333 #define AS3722_RTC_REP_WAKEUP_EN BIT(0)
334 #define AS3722_RTC_ALARM_WAKEUP_EN BIT(1)
335 #define AS3722_RTC_ON BIT(2)
336 #define AS3722_RTC_IRQMODE BIT(3)
337 #define AS3722_RTC_CLK32K_OUT_EN BIT(5)
340 #define AS3722_WATCHDOG_ON BIT(0)
341 #define AS3722_WATCHDOG_SW_SIG BIT(0)
347 #define AS3722_FUSE7_SD0_LOW_VOLTAGE BIT(4)