| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | adi,max77857.yaml | 37 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/ |
| D | voltage-divider.yaml | 42 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 */
|
| D | temperature-sense-rtd.yaml | 64 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/ |
| D | voltage-divider.txt | 26 - 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 */
|
| D | current-sense-shunt.txt | 12 - 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/ |
| D | ltc4162-l.yaml | 31 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>;
|
| D | sc27xx-fg.yaml | 47 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/ |
| D | maxim,max9611.yaml | 25 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>;
|
| D | qcom,spmi-iadc.yaml | 17 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/ |
| D | maxim,max9611.yaml | 25 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>;
|
| D | qcom,spmi-iadc.txt | 7 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/ |
| D | mxs-usb-phy.txt | 17 - 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/ |
| D | maxim,max5970.yaml | 68 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/ |
| D | ltc4151.txt | 8 - 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/ |
| D | qcom-spmi-iadc.c | 71 #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/ |
| D | qcom-spmi-iadc.c | 72 #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/ |
| D | ads7846.txt | 47 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>;
|
| D | touchscreen.yaml | 84 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/ |
| D | ads7846.txt | 47 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/ |
| D | rk3399_dmc.txt | 79 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/ |
| D | lltc,ltc4151.yaml | 19 shunt-resistor-micro-ohms: 21 Shunt resistor value in micro-Ohms 39 shunt-resistor-micro-ohms = <1500>;
|
| D | adi,ltc2945.yaml | 25 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/ |
| D | fsl,mxs-usbphy.yaml | 63 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/ |
| D | ti,lm25066.yaml | 32 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/ |
| D | qcom,coincell-charger.txt | 17 - qcom,rset-ohms: 20 Definition: resistance (in ohms) for current-limiting resistor 45 qcom,rset-ohms = <2100>;
|