Home
last modified time | relevance | path

Searched full:ohms (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dadi,max77857.yaml37 adi,rtop-ohms:
38 description: Top feedback resistor value in ohms for external feedback.
42 adi,rbot-ohms:
43 description: Bottom feedback resistor value in ohms for external feedback.
46 adi,rtop-ohms: [ 'adi,rbot-ohms' ]
47 adi,rbot-ohms: [ 'adi,rtop-ohms' ]
83 adi,rtop-ohms = <312000>;
84 adi,rbot-ohms = <12000>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.yaml42 output-ohms:
44 Resistance Rout over which the output voltage is measured. See full-ohms.
46 full-ohms:
54 - output-ohms
55 - full-ohms
64 * voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC.
83 output-ohms = <22>;
84 full-ohms = <222>; /* 200 + 22 */
Dtemperature-sense-rtd.yaml64 alpha can also be expressed in micro-ohms per ohm Celsius. It's a linear
71 R_0 (or r-naught-ohms) is the resistance of the sensor at 0 degrees
77 r-naught-ohms:
88 - r-naught-ohms
99 r-naught-ohms = <1000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.txt26 - output-ohms : Resistance Rout over which the output voltage is measured.
27 See full-ohms.
28 - full-ohms : Resistance R + Rout for the full divider. The io-channel
33 voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC.
40 output-ohms = <22>;
41 full-ohms = <222>; /* 200 + 22 */
Dcurrent-sense-shunt.txt12 - shunt-resistor-micro-ohms : The shunt resistance in microohms.
16 3.3 ohms shunt resistor.
23 shunt-resistor-micro-ohms = <3300000>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dltc4162-l.yaml31 lltc,rsnsb-micro-ohms:
35 lltc,rsnsi-micro-ohms:
50 - lltc,rsnsb-micro-ohms
51 - lltc,rsnsi-micro-ohms
63 lltc,rsnsb-micro-ohms = <10000>;
64 lltc,rsnsi-micro-ohms = <16000>;
Dsc27xx-fg.yaml47 sprd,calib-resistance-micro-ohms:
48 description: real resistance of coulomb counter chip in micro Ohms
60 - sprd,calib-resistance-micro-ohms
96 sprd,calib-resistance-micro-ohms = <21500>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dmaxim,max9611.yaml25 shunt-resistor-micro-ohms:
27 Value in micro Ohms of the shunt resistor connected between the RS+ and
36 - shunt-resistor-micro-ohms
47 shunt-resistor-micro-ohms = <5000>;
Dqcom,spmi-iadc.yaml17 qcom,external-resistor-micro-ohms property.
31 qcom,external-resistor-micro-ohms:
33 Sensor resistor value. If not defined value of 10000 micro Ohms
60 qcom,external-resistor-micro-ohms = <10000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dmaxim,max9611.yaml25 shunt-resistor-micro-ohms:
28 Value in micro Ohms of the shunt resistor connected between the RS+ and
37 - shunt-resistor-micro-ohms
48 shunt-resistor-micro-ohms = <5000>;
Dqcom,spmi-iadc.txt7 qcom,external-resistor-micro-ohms property.
26 - qcom,external-resistor-micro-ohms:
30 If not defined value of 10000 micro Ohms will be used.
38 qcom,external-resistor-micro-ohms = <10000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dmxs-usb-phy.txt17 - fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable
20 - fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dmaxim,max5970.yaml68 shunt-resistor-micro-ohms:
73 - shunt-resistor-micro-ohms
109 shunt-resistor-micro-ohms = <12000>;
143 shunt-resistor-micro-ohms = <12000>;
146 shunt-resistor-micro-ohms = <10000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dltc4151.txt8 - shunt-resistor-micro-ohms
9 Shunt resistor value in micro-Ohms
17 shunt-resistor-micro-ohms = <1500>;
/kernel/linux/linux-6.6/drivers/iio/adc/
Dqcom-spmi-iadc.c71 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */
73 #define IADC_INT_RSENSE_IDEAL_VALUE 10000 /* micro Ohms */
74 #define IADC_INT_RSENSE_DEFAULT_VALUE 7800 /* micro Ohms */
75 #define IADC_INT_RSENSE_DEFAULT_GF 9000 /* micro Ohms */
76 #define IADC_INT_RSENSE_DEFAULT_SMIC 9700 /* micro Ohms */
98 * @rsense: Values of the internal and external sense resister in micro Ohms.
434 ret = of_property_read_u32(node, "qcom,external-resistor-micro-ohms", in iadc_rsense_read()
440 dev_err(iadc->dev, "external resistor can't be zero Ohms"); in iadc_rsense_read()
449 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read()
450 * the sign, the remaining bits have an LSB of 15625 nano Ohms. in iadc_rsense_read()
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Dqcom-spmi-iadc.c72 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */
74 #define IADC_INT_RSENSE_IDEAL_VALUE 10000 /* micro Ohms */
75 #define IADC_INT_RSENSE_DEFAULT_VALUE 7800 /* micro Ohms */
76 #define IADC_INT_RSENSE_DEFAULT_GF 9000 /* micro Ohms */
77 #define IADC_INT_RSENSE_DEFAULT_SMIC 9700 /* micro Ohms */
99 * @rsense: Values of the internal and external sense resister in micro Ohms.
435 ret = of_property_read_u32(node, "qcom,external-resistor-micro-ohms", in iadc_rsense_read()
441 dev_err(iadc->dev, "external resistor can't be zero Ohms"); in iadc_rsense_read()
450 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read()
451 * the sign, the remaining bits have an LSB of 15625 nano Ohms. in iadc_rsense_read()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dads7846.txt47 ti,x-plate-ohms Resistance of the X-plate,
48 in Ohms (u16).
49 ti,y-plate-ohms Resistance of the Y-plate,
50 in Ohms (u16).
101 ti,x-plate-ohms = /bits/ 16 <40>;
Dtouchscreen.yaml84 touchscreen-x-plate-ohms:
85 description: Resistance of the X-plate in Ohms
87 touchscreen-y-plate-ohms:
88 description: Resistance of the Y-plate in Ohms
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dads7846.txt47 ti,x-plate-ohms Resistance of the X-plate,
48 in Ohms (u16).
49 ti,y-plate-ohms Resistance of the Y-plate,
50 in Ohms (u16).
101 ti,x-plate-ohms = /bits/ 16 <40>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt79 the DRAM side driver strength in ohms. Default
83 the DRAM side ODT strength in ohms. Default value
106 the DRAM side driver strength in ohms. Default
110 the DRAM side ODT strength in ohms. Default value
134 the DRAM side driver strength in ohms. Default
138 the DRAM side ODT on DQS/DQ line strength in ohms.
142 the DRAM side ODT on CA line strength in ohms.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dlltc,ltc4151.yaml19 shunt-resistor-micro-ohms:
21 Shunt resistor value in micro-Ohms
39 shunt-resistor-micro-ohms = <1500>;
Dadi,ltc2945.yaml25 shunt-resistor-micro-ohms:
27 Shunt resistor value in micro-Ohms
46 shunt-resistor-micro-ohms = <10000>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dfsl,mxs-usbphy.yaml63 fsl,tx-cal-45-dn-ohms:
65 Resistance (in ohms) of switchable high-speed trimming resistor
72 fsl,tx-cal-45-dp-ohms:
74 Resistance (in ohms) of switchable high-speed trimming resistor
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/pmbus/
Dti,lm25066.yaml32 shunt-resistor-micro-ohms:
34 Shunt (sense) resistor value in micro-Ohms
52 shunt-resistor-micro-ohms = <675>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dqcom,coincell-charger.txt17 - qcom,rset-ohms:
20 Definition: resistance (in ohms) for current-limiting resistor
45 qcom,rset-ohms = <2100>;

12345678910>>...17