Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c32 MODE(OPMODE_ON, MAX77686_LDO_MODE_ON, "ON"),
40 MODE(OPMODE_ON, MAX77686_LDO_MODE_ON, "ON"),
223 case MAX77686_LDO_MODE_ON: in max77686_ldo_hex2mode()
489 mode = MAX77686_LDO_MODE_ON; in max77686_ldo_mode()
/OK3568_Linux_fs/u-boot/include/power/
H A Dmax77686_pmic.h172 #define MAX77686_LDO_MODE_ON (0x03 << 0x06) macro
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_max77686.c155 mode = MAX77686_LDO_MODE_ON; in max77686_set_ldo_mode()