Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dmax8997_muic.h19 #define MAX8997_MUIC_CHG_MASK 0x07 macro
/openbmc/u-boot/drivers/power/pmic/
H A Dmuic_max8997.c23 charge_type = val & MAX8997_MUIC_CHG_MASK; in power_chrg_get_type()