Lines Matching refs:BIT
92 #define LDO_BUCK_ENABLE_MASK BIT(LDO_BUCK_ENABLE_POS)
94 #define LDO_BUCK_RANK_MASK BIT(0)
95 #define LDO_BUCK_RESET_MASK BIT(0)
121 #define ICC_EVENT_ENABLED BIT(4)
122 #define PWRCTRL_POLARITY_HIGH BIT(3)
123 #define PWRCTRL_PIN_VALID BIT(2)
124 #define RESTART_REQUEST_ENABLED BIT(1)
125 #define SOFTWARE_SWITCH_OFF_ENABLED BIT(0)
128 #define WAKEUP_DETECTOR_DISABLED BIT(4)
129 #define PWRCTRL_PD_ACTIVE BIT(3)
130 #define PWRCTRL_PU_ACTIVE BIT(2)
131 #define WAKEUP_PD_ACTIVE BIT(1)
132 #define PONKEY_PU_ACTIVE BIT(0)
135 #define SWIN_DETECTOR_ENABLED BIT(7)
136 #define SWOUT_DETECTOR_ENABLED BIT(6)
141 #define VINLOW_ENABLED BIT(0)