Lines Matching refs:BIT
64 #define PM800_ONKEY_STS1 BIT(0)
65 #define PM800_EXTON_STS1 BIT(1)
66 #define PM800_CHG_STS1 BIT(2)
67 #define PM800_BAT_STS1 BIT(3)
68 #define PM800_VBUS_STS1 BIT(4)
69 #define PM800_LDO_PGOOD_STS1 BIT(5)
70 #define PM800_BUCK_PGOOD_STS1 BIT(6)
73 #define PM800_RTC_ALARM_STS2 BIT(0)
79 #define PM800_WAKEUP2_INV_INT BIT(0)
80 #define PM800_WAKEUP2_INT_CLEAR BIT(1)
81 #define PM800_WAKEUP2_INT_MASK BIT(2)
93 #define PM800_GPIO0_VAL BIT(0)
95 #define PM800_GPIO1_VAL BIT(4)
99 #define PM800_GPIO2_VAL BIT(0)
101 #define PM800_GPIO3_VAL BIT(4)
107 #define PM800_GPIO4_VAL BIT(0)
111 #define PM800_HEADSET_DET_EN BIT(7)
112 #define PM800_HSDET_SLP BIT(1)
127 #define PM800_ALARM1_EN BIT(0)
128 #define PM800_ALARM_WAKEUP BIT(4)
129 #define PM800_ALARM BIT(5)
130 #define PM800_RTC1_USE_XO BIT(7)
144 #define PM800_MEAS_EN1_VBAT BIT(2)
146 #define PM800_MEAS_EN2_RFTMP BIT(0)
147 #define PM800_MEAS_GP0_EN BIT(2)
148 #define PM800_MEAS_GP1_EN BIT(3)
149 #define PM800_MEAS_GP2_EN BIT(4)
150 #define PM800_MEAS_GP3_EN BIT(5)
151 #define PM800_MEAS_GP4_EN BIT(6)
155 #define PM800_GPADC_MISC_GPFSM_EN BIT(0)
166 #define PM800_GPADC_GP_BIAS_EN0 BIT(0)
167 #define PM800_GPADC_GP_BIAS_EN1 BIT(1)
168 #define PM800_GPADC_GP_BIAS_EN2 BIT(2)
169 #define PM800_GPADC_GP_BIAS_EN3 BIT(3)
172 #define PM800_BIAS_OUT_GP0 BIT(0)
173 #define PM800_BIAS_OUT_GP1 BIT(1)
174 #define PM800_BIAS_OUT_GP2 BIT(2)
175 #define PM800_BIAS_OUT_GP3 BIT(3)
226 #define PM805_INT1_HP1_SHRT BIT(0)
227 #define PM805_INT1_HP2_SHRT BIT(1)
228 #define PM805_INT1_MIC_CONFLICT BIT(2)
229 #define PM805_INT1_CLIP_FAULT BIT(3)
230 #define PM805_INT1_LDO_OFF BIT(4)
231 #define PM805_INT1_SRC_DPLL_LOCK BIT(5)
235 #define PM805_INT2_MIC_DET BIT(0)
236 #define PM805_INT2_SHRT_BTN_DET BIT(1)
237 #define PM805_INT2_VOLM_BTN_DET BIT(2)
238 #define PM805_INT2_VOLP_BTN_DET BIT(3)
239 #define PM805_INT2_RAW_PLL_FAULT BIT(4)
240 #define PM805_INT2_FINE_PLL_FAULT BIT(5)
244 #define PM805_SHRT_BTN_DET BIT(1)
250 #define PM805_MIC_DET_EN_MIC_DET BIT(0)