Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c29 MODE(OPMODE_OFF, MAX77686_LDO_MODE_OFF, "OFF"),
37 MODE(OPMODE_OFF, MAX77686_LDO_MODE_OFF, "OFF"),
202 case MAX77686_LDO_MODE_OFF: in max77686_ldo_hex2mode()
448 mode = MAX77686_LDO_MODE_OFF; in max77686_ldo_mode()
/OK3568_Linux_fs/u-boot/include/power/
H A Dmax77686_pmic.h168 #define MAX77686_LDO_MODE_OFF (0x00 << 0x06) macro
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_max77686.c131 mode = MAX77686_LDO_MODE_OFF; in max77686_set_ldo_mode()