Home
last modified time | relevance | path

Searched refs:OPMODE_LPM (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dmax77686.c27 MODE(OPMODE_LPM, MAX77686_LDO_MODE_LPM, "LPM"),
51 MODE(OPMODE_LPM, MAX77686_BUCK_MODE_LPM, "LPM"),
216 return OPMODE_LPM; in max77686_ldo_hex2mode()
252 return OPMODE_LPM; in max77686_buck_hex2mode()
447 case OPMODE_LPM: in max77686_ldo_mode()
595 case OPMODE_LPM: in max77686_buck_mode()
/openbmc/u-boot/board/samsung/trats2/
H A Dtrats2.c239 ret = max77686_set_ldo_mode(p_pmic, 12, OPMODE_LPM); in s5pc210_phy_control()
314 max77686_set_ldo_mode(p, 25, OPMODE_LPM); in exynos_lcd_power_on()
/openbmc/u-boot/include/power/
H A Dmax77686_pmic.h151 OPMODE_LPM, enumerator
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c459 return regulator_set_mode(dev, OPMODE_LPM); in s5pc210_phy_control()