Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dmax77686.c28 MODE(OPMODE_STANDBY_LPM, MAX77686_LDO_MODE_STANDBY_LPM, "ON/LPM"),
36 MODE(OPMODE_STANDBY_LPM, MAX77686_LDO_MODE_STANDBY_LPM, "ON/LPM"),
218 case MAX77686_LDO_MODE_STANDBY_LPM: in max77686_ldo_hex2mode()
483 mode = MAX77686_LDO_MODE_STANDBY_LPM; in max77686_ldo_mode()
/external/u-boot/include/power/
Dmax77686_pmic.h170 #define MAX77686_LDO_MODE_STANDBY_LPM (0x02 << 0x06) macro