Searched refs:hw_to_current (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/power/
H A Dsmb347-charger.c206 static int hw_to_current(const unsigned int *tbl, size_t size, unsigned int val) hw_to_current() function
900 intval = hw_to_current(fcc_tbl, ARRAY_SIZE(fcc_tbl), v & 7); get_const_charge_current()
903 intval = hw_to_current(pcc_tbl, ARRAY_SIZE(pcc_tbl), v & 7); get_const_charge_current()

Completed in 38 milliseconds