Home
last modified time | relevance | path

Searched refs:MAX77686_LDO_MODE_STANDBY (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/power/
H A Dmax77686_pmic.h170 #define MAX77686_LDO_MODE_STANDBY (0x01 << 0x06) macro
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c38 MODE(OPMODE_STANDBY, MAX77686_LDO_MODE_STANDBY, "ON/OFF"),
479 mode = MAX77686_LDO_MODE_STANDBY; in max77686_ldo_mode()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_max77686.c145 mode = MAX77686_LDO_MODE_STANDBY; in max77686_set_ldo_mode()