Home
last modified time | relevance | path

Searched refs:ADC_TM_GEN2_CTL_DEC_RATIO_MASK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c98 #define ADC_TM_GEN2_CTL_DEC_RATIO_MASK GENMASK(3, 2) macro
592 buf[2] &= ~ADC_TM_GEN2_CTL_DEC_RATIO_MASK; in adc_tm5_gen2_configure()
593 buf[2] |= FIELD_PREP(ADC_TM_GEN2_CTL_DEC_RATIO_MASK, channel->decimation); in adc_tm5_gen2_configure()