Lines Matching full:ohms
80 #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()
465 /* Scale it to nono Ohms */ in iadc_rsense_read()
468 int_sense /= 1000; /* micro Ohms */ in iadc_rsense_read()