Home
last modified time | relevance | path

Searched refs:STPMIC1_BUCK_PREG_MODE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/power/
Dstpmic1.h34 #define STPMIC1_BUCK_PREG_MODE BIT(1) macro
/external/u-boot/drivers/power/regulator/
Dstpmic1.c219 return ret & STPMIC1_BUCK_PREG_MODE ? STPMIC1_PREG_MODE_LP : in stpmic1_buck_get_mode()
227 STPMIC1_BUCK_PREG_MODE, in stpmic1_buck_set_mode()
228 mode ? STPMIC1_BUCK_PREG_MODE : 0); in stpmic1_buck_set_mode()