Home
last modified time | relevance | path

Searched refs:MAX8997_LDO_MAX_VAL (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/power/pmic/
Dpmic_max8997.c19 return MAX8997_LDO_MAX_VAL; in max8997_reg_ldo()
21 if (ret > MAX8997_LDO_MAX_VAL) { in max8997_reg_ldo()
23 ret = MAX8997_LDO_MAX_VAL; in max8997_reg_ldo()
/third_party/uboot/u-boot-2020.01/include/power/
Dmax8997_pmic.h194 #define MAX8997_LDO_MAX_VAL 0x3F macro