Searched refs:LDO_BYPASS (Results 1 – 2 of 2) sorted by relevance
380 if ((val & LDO_BYPASS) != 0) { in stpmic2_regulator_get_prop()429 (arg != 0U) ? LDO_BYPASS : 0, in stpmic2_regulator_set_prop()430 LDO_BYPASS); in stpmic2_regulator_set_prop()437 if (stpmic2_update_en_crs(pmic, id, 0, LDO_BYPASS) != 0) { in stpmic2_regulator_set_prop()
259 #define LDO_BYPASS BIT(6) macro