Searched +full:rsnsi +full:- +full:micro +full:- +full:ohms (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/power/supply/ltc4162-l.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Linear Technology (Analog Devices) LTC4162-L Charger11 - Mike Looijmans <mike.looijmans@topic.nl>14 The LTC ® 4162-L is an advanced monolithic synchronous step-down switching17 panels, etc., and a rechargeable Lithium-Ion/Polymer battery.20 https://www.analog.com/en/products/ltc4162-s.html25 - lltc,ltc4162-l[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Driver for Analog Devices (Linear Technology) LTC4162-L charger IC.83 u32 rsnsi; /* Series resistor to measure input current, microOhm */ member93 if (info->cell_count) in ltc4162l_get_cell_count()94 return info->cell_count; in ltc4162l_get_cell_count()96 ret = regmap_read(info->regmap, LTC4162L_CHEM_CELLS_REG, &val); in ltc4162l_get_cell_count()106 info->cell_count = val; in ltc4162l_get_cell_count()134 ret = regmap_read(info->regmap, LTC4162L_CHARGER_STATE, ®val); in ltc4162l_get_status()136 dev_err(&info->client->dev, "Failed to read CHARGER_STATE\n"); in ltc4162l_get_status()140 val->intval = ltc4162l_state_decode(regval); in ltc4162l_get_status()[all …]