Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dstericsson,ab8500-battery.txt7 thermistor-on-batctrl:
11 'btemp' and 'batctrl' are the pins interfaced for battery temperature
14 'batctrl' pin is used when NTC resister is internal to battery.
18 thermistor-on-batctrl;
20 indicates: NTC resister is internal to battery, 'batctrl' is used
23 The absence of property 'thermal-on-batctrl' indicates
/openbmc/linux/drivers/power/supply/
H A Dab8500_btemp.c183 int batctrl = 0; in ab8500_btemp_get_batctrl_res() local
209 batctrl += ab8500_btemp_read_batctrl_voltage(di); in ab8500_btemp_get_batctrl_res()
213 batctrl /= i; in ab8500_btemp_get_batctrl_res()
221 res = ab8500_btemp_batctrl_volt_to_res(di, batctrl, inst_curr); in ab8500_btemp_get_batctrl_res()
224 __func__, batctrl, res, inst_curr, i); in ab8500_btemp_get_batctrl_res()