Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/power/
H A Dmax77686_pmic.h176 #define MAX77686_BUCK_VOLT_MASK 0x3f macro
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_max77686.c111 val &= ~MAX77686_BUCK_VOLT_MASK; in max77686_set_buck_voltage()
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c387 mask = MAX77686_BUCK_VOLT_MASK; in max77686_buck_val()