Loading drivers/hwmon/qpnp-adc-voltage.c +2 −2 Original line number Diff line number Diff line Loading @@ -133,10 +133,10 @@ #define QPNP_VADC_HC1_DEC_RATIO_SEL 0xc #define QPNP_VADC_HC1_DEC_RATIO_SHIFT 2 #define QPNP_VADC_HC1_FAST_AVG_CTL 0x43 #define QPNP_VADC_HC1_FAST_AVG_SAMPLES_MASK 0xfff #define QPNP_VADC_HC1_FAST_AVG_SAMPLES_MASK 0x7 #define QPNP_VADC_HC1_ADC_CH_SEL_CTL 0x44 #define QPNP_VADC_HC1_DELAY_CTL 0x45 #define QPNP_VADC_HC1_DELAY_CTL_MASK 0xfff #define QPNP_VADC_HC1_DELAY_CTL_MASK 0xf #define QPNP_VADC_MC1_EN_CTL1 0x46 #define QPNP_VADC_HC1_ADC_EN BIT(7) #define QPNP_VADC_MC1_CONV_REQ 0x47 Loading Loading
drivers/hwmon/qpnp-adc-voltage.c +2 −2 Original line number Diff line number Diff line Loading @@ -133,10 +133,10 @@ #define QPNP_VADC_HC1_DEC_RATIO_SEL 0xc #define QPNP_VADC_HC1_DEC_RATIO_SHIFT 2 #define QPNP_VADC_HC1_FAST_AVG_CTL 0x43 #define QPNP_VADC_HC1_FAST_AVG_SAMPLES_MASK 0xfff #define QPNP_VADC_HC1_FAST_AVG_SAMPLES_MASK 0x7 #define QPNP_VADC_HC1_ADC_CH_SEL_CTL 0x44 #define QPNP_VADC_HC1_DELAY_CTL 0x45 #define QPNP_VADC_HC1_DELAY_CTL_MASK 0xfff #define QPNP_VADC_HC1_DELAY_CTL_MASK 0xf #define QPNP_VADC_MC1_EN_CTL1 0x46 #define QPNP_VADC_HC1_ADC_EN BIT(7) #define QPNP_VADC_MC1_CONV_REQ 0x47 Loading