Home
last modified time | relevance | path

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

/linux/include/linux/mfd/wm8350/
H A Dsupply.h84 #define WM8350_CHG_EOC_mA(x) (((x - 10) & 0x7) << 10) macro
/linux/drivers/power/supply/
H A Dwm8350_power.c103 eoc_mA = WM8350_CHG_EOC_mA(policy->eoc_mA); in wm8350_charger_config()