Home
last modified time | relevance | path

Searched +full:30 +full:mohm (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/power/supply/
Dab8500_bmdata.c31 { .ocv = 3768000, .capacity = 30},
48 * temperature values to work. Factory resistance is 300 mOhm and the
49 * resistance values to the right are percentages of 300 mOhm.
52 { .temp = 40, .resistance = 40 /* 120 mOhm */ },
53 { .temp = 30, .resistance = 45 /* 135 mOhm */ },
54 { .temp = 20, .resistance = 55 /* 165 mOhm */ },
55 { .temp = 10, .resistance = 77 /* 230 mOhm */ },
56 { .temp = 00, .resistance = 108 /* 325 mOhm */ },
57 { .temp = -10, .resistance = 158 /* 445 mOhm */ },
58 { .temp = -20, .resistance = 198 /* 595 mOhm */ },
[all …]
Dug3105_battery.c25 * readings, esp. in the 30-70% range and allow userspace to estimate time
48 #define UG3105_POLL_TIME (30 * HZ)
51 #define UG3105_INIT_POLL_COUNT 30
260 dev_dbg(&chip->client->dev, "Ignoring outlier internal resistance %d mOhm\n", res); in ug3105_work()
264 dev_dbg(&chip->client->dev, "Internal resistance %d mOhm\n", res); in ug3105_work()
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Drohm,bd71815-pmic.yaml59 something other but 30MOhm resistor is used the resistance value
Drohm,bd71828-pmic.yaml59 other but 30MOhm resistor is used the resistance value should be given
/Linux-v6.1/drivers/hwmon/pmbus/
Dadm1275.c121 [3] = { 663, 20480, -1 }, /* current, vsense range 30mV */
124 [6] = { 17561, 0, -3 }, /* power, vrange 60V, irange 30mV */
125 [7] = { 10535, 0, -3 }, /* power, vrange 100V, irange 30mV */
534 shunt = 1000; /* 1 mOhm if not set via DT */ in adm1275_probe()