Home
last modified time | relevance | path

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

12345678910

/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-4.19/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-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-4.19/Documentation/devicetree/bindings/phy/
Dmxs-usb-phy.txt16 - fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable
19 - fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable
/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-4.19/Documentation/devicetree/bindings/iio/adc/
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>;
Dmax9611.txt10 - shunt-resistor-micro-ohms: Value, in micro Ohms, of the current sense shunt
20 shunt-resistor-micro-ohms = <5000>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/
Dproperty-units.txt29 -ohms : Ohms
30 -micro-ohms : micro Ohms
/kernel/linux/linux-4.19/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-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-4.19/Documentation/devicetree/bindings/input/touchscreen/
Dads7846.txt48 ti,x-plate-ohms Resistance of the X-plate,
49 in Ohms (u16).
50 ti,y-plate-ohms Resistance of the Y-plate,
51 in Ohms (u16).
88 ti,x-plate-ohms = /bits/ 16 <40>;
Dtsc2007.txt6 - ti,x-plate-ohms: X-plate resistance in ohms.
35 ti,x-plate-ohms = <180>;
/kernel/linux/linux-4.19/drivers/iio/adc/
Dqcom-spmi-iadc.c80 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */
82 #define IADC_INT_RSENSE_IDEAL_VALUE 10000 /* micro Ohms */
83 #define IADC_INT_RSENSE_DEFAULT_VALUE 7800 /* micro Ohms */
84 #define IADC_INT_RSENSE_DEFAULT_GF 9000 /* micro Ohms */
85 #define IADC_INT_RSENSE_DEFAULT_SMIC 9700 /* micro Ohms */
107 * @rsense: Values of the internal and external sense resister in micro Ohms.
443 ret = of_property_read_u32(node, "qcom,external-resistor-micro-ohms", in iadc_rsense_read()
449 dev_err(iadc->dev, "external resistor can't be zero Ohms"); in iadc_rsense_read()
458 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read()
459 * 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-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>;
Dtsc2007.txt6 - ti,x-plate-ohms: X-plate resistance in ohms.
35 ti,x-plate-ohms = <180>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt77 the DRAM side driver strength in ohms. Default
81 the DRAM side ODT strength in ohms. Default value
104 the DRAM side driver strength in ohms. Default
108 the DRAM side ODT strength in ohms. Default value
132 the DRAM side driver strength in ohms. Default
136 the DRAM side ODT on DQS/DQ line strength in ohms.
140 the DRAM side ODT on CA line strength in ohms.
/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-4.19/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>;
/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>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/light/
Dcm3605.txt25 - capella,aset-resistance-ohms: the sensitivity calibration resistance,
26 in Ohms. Valid values are: 50000, 100000, 300000 and 600000,
37 capella,aset-resistance-ohms = <100000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
Dcm3605.txt25 - capella,aset-resistance-ohms: the sensitivity calibration resistance,
26 in Ohms. Valid values are: 50000, 100000, 300000 and 600000,
37 capella,aset-resistance-ohms = <100000>;

12345678910