Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstpmic1.c907 hplp << LDO_BUCK_HPLP_POS, in stpmic1_lp_set_mode()
908 BIT(LDO_BUCK_HPLP_POS)); in stpmic1_lp_set_mode()
915 mode << LDO_BUCK_HPLP_POS, in stpmic1_lp_mode_unpg()
916 BIT(LDO_BUCK_HPLP_POS)); in stpmic1_lp_mode_unpg()
/optee_os/core/include/drivers/
H A Dstpmic1.h93 #define LDO_BUCK_HPLP_POS 1 macro