Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Ds2mps11_regulator.c32 MODE(OP_STANDBY_LPM, S2MPS11_LDO_MODE_STANDBY_LPM, "ON/LPM"),
455 case S2MPS11_LDO_MODE_STANDBY_LPM: in s2mps11_ldo_mode()
475 mode = S2MPS11_LDO_MODE_STANDBY_LPM; in s2mps11_ldo_mode()
/openbmc/u-boot/include/power/
H A Ds2mps11.h153 #define S2MPS11_LDO_MODE_STANDBY_LPM (0x2 << 6) macro