Home
last modified time | relevance | path

Searched refs:resistor (Results 1 – 25 of 121) sorted by relevance

12345

/Linux-v5.15/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu106-revA.dts283 shunt-resistor = <5000>;
290 shunt-resistor = <5000>;
297 shunt-resistor = <5000>;
304 shunt-resistor = <5000>;
311 shunt-resistor = <5000>;
318 shunt-resistor = <5000>;
325 shunt-resistor = <5000>;
332 shunt-resistor = <5000>;
339 shunt-resistor = <5000>;
346 shunt-resistor = <5000>;
[all …]
Dzynqmp-zcu102-revA.dts272 shunt-resistor = <5000>;
279 shunt-resistor = <5000>;
286 shunt-resistor = <5000>;
293 shunt-resistor = <5000>;
300 shunt-resistor = <5000>;
307 shunt-resistor = <5000>;
314 shunt-resistor = <5000>;
321 shunt-resistor = <5000>;
328 shunt-resistor = <5000>;
335 shunt-resistor = <5000>;
[all …]
Dzynqmp-zcu111-revA.dts225 shunt-resistor = <2000>;
232 shunt-resistor = <5000>;
239 shunt-resistor = <5000>;
246 shunt-resistor = <5000>;
253 shunt-resistor = <5000>;
260 shunt-resistor = <2000>;
267 shunt-resistor = <5000>;
274 shunt-resistor = <5000>;
281 shunt-resistor = <5000>;
288 shunt-resistor = <5000>;
[all …]
/Linux-v5.15/Documentation/hwmon/
Dltc2990.rst29 measure current through a series resistor, or a temperature with an external
55 curr1_input Current in mA across V1-V2 assuming a 1mOhm sense resistor
56 curr2_input Current in mA across V3-V4 assuming a 1mOhm sense resistor
61 sense resistor. Divide the reported value by the actual sense resistor value
Dltc4260.rst46 value of the divider resistor against the measured voltage and R2 is the value
47 of the divider resistor against Ground.
50 Current Sense register. The reported value assumes that a 1 mOhm sense resistor
51 is installed. If a different sense resistor is installed, calculate the real
52 current by dividing the reported value by the sense resistor value in mOhm.
Dltc4261.rst46 value of the divider resistor against the measured voltage and R2 is the value
47 of the divider resistor against Ground.
50 Current Sense register. The reported value assumes that a 1 mOhm sense resistor
51 is installed. If a different sense resistor is installed, calculate the real
52 current by dividing the reported value by the sense resistor value in mOhm.
Dltc2945.rst46 value of the divider resistor against the measured voltage and R2 is the value
47 of the divider resistor against Ground.
50 Current Sense register. The reported value assumes that a 1 mOhm sense resistor
51 is installed. If a different sense resistor is installed, calculate the real
52 current by dividing the reported value by the sense resistor value in mOhm.
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/
Dltc4151.txt8 - shunt-resistor-micro-ohms
9 Shunt resistor value in micro-Ohms
17 shunt-resistor-micro-ohms = <1500>;
Dina3221.txt31 - shunt-resistor-micro-ohms: Shunt resistor value in micro-Ohm
47 shunt-resistor-micro-ohms = <5000>;
52 shunt-resistor-micro-ohms = <5000>;
Dntc_thermistor.txt24 - "pullup-ohm" Pull up resistor value in ohms
25 - "pulldown-ohm" Pull down resistor value in ohms
/Linux-v5.15/arch/arm/boot/dts/
Dam3874-iceboard.dts156 ina230@40 { compatible = "ti,ina230"; reg = <0x40>; shunt-resistor = <5000>; };
157 ina230@41 { compatible = "ti,ina230"; reg = <0x41>; shunt-resistor = <5000>; };
158 ina230@42 { compatible = "ti,ina230"; reg = <0x42>; shunt-resistor = <5000>; };
160 ina230@44 { compatible = "ti,ina230"; reg = <0x44>; shunt-resistor = <5000>; };
161 ina230@45 { compatible = "ti,ina230"; reg = <0x45>; shunt-resistor = <5000>; };
162 ina230@46 { compatible = "ti,ina230"; reg = <0x46>; shunt-resistor = <5000>; };
164 ina230@47 { compatible = "ti,ina230"; reg = <0x47>; shunt-resistor = <5500>; };
165 ina230@48 { compatible = "ti,ina230"; reg = <0x48>; shunt-resistor = <2360>; };
166 ina230@49 { compatible = "ti,ina230"; reg = <0x49>; shunt-resistor = <2360>; };
167 ina230@43 { compatible = "ti,ina230"; reg = <0x43>; shunt-resistor = <2360>; };
[all …]
Dexynos5422-odroidxu3.dts31 shunt-resistor = <10000>;
38 shunt-resistor = <10000>;
45 shunt-resistor = <10000>;
52 shunt-resistor = <10000>;
/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dmxs-usb-phy.txt18 high-speed trimming resistor connected in parallel with the 45 ohm resistor
21 high-speed trimming resistor connected in parallel with the 45 ohm resistor
/Linux-v5.15/Documentation/devicetree/bindings/rtc/
Ddallas,ds1390.txt8 - trickle-resistor-ohms : Selected resistor for trickle charger
16 trickle-resistor-ohms = <250>;
Drtc-ds1307.txt30 - trickle-resistor-ohms : ds1339, ds1340 and ds 1388 only
31 Selected resistor for trickle charger
51 trickle-resistor-ohms = <250>;
Dabracon,abx80x.txt30 - "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 disables the output
31 resistor, the other values are in kOhm.
/Linux-v5.15/drivers/power/supply/
D88pm860x_battery.c104 int resistor; /* Battery Internal Resistor */ member
355 *ocv = vbatt_avg - ibatt_avg * info->resistor / 1000; in calc_ocv()
697 if ((data - info->resistor > 0) && in calc_resistor()
698 (data - info->resistor < info->resistor)) in calc_resistor()
699 info->resistor = data; in calc_resistor()
700 if ((info->resistor - data > 0) && in calc_resistor()
701 (info->resistor - data < data)) in calc_resistor()
702 info->resistor = data; in calc_resistor()
947 if (pdata && pdata->resistor) in pm860x_battery_probe()
948 info->resistor = pdata->resistor; in pm860x_battery_probe()
[all …]
/Linux-v5.15/arch/arm64/boot/dts/nvidia/
Dtegra186-p3310.dtsi79 shunt-resistor-micro-ohms = <10000>;
85 shunt-resistor-micro-ohms = <10000>;
91 shunt-resistor-micro-ohms = <10000>;
104 shunt-resistor-micro-ohms = <5000>;
110 shunt-resistor-micro-ohms = <10000>;
116 shunt-resistor-micro-ohms = <10000>;
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-max96115 Description: The value of the shunt resistor used to compute power drain on
12 Description: The value of the shunt resistor used to compute current flowing
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/
Dov2659.txt17 Active high with internal pull down resistor.
19 Active low with internal pull up resistor.
Dov7740.txt19 if any. Active low with pull-ip resistor.
21 if any. Active high with pull-down resistor.
/Linux-v5.15/arch/arm64/boot/dts/freescale/
Dfsl-ls1043a-qds.dts100 shunt-resistor = <1000>;
106 shunt-resistor = <1000>;
Dfsl-ls208xa-qds.dtsi70 shunt-resistor = <500>;
76 shunt-resistor = <1000>;
Dfsl-lx2160a-qds.dts124 shunt-resistor = <500>;
130 shunt-resistor = <1000>;
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dbrcm,nsp-gpio.txt46 Enable internal pull up resistor
49 Enable internal pull down resistor

12345