Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c75 #define ADC_TM5_M_EN(n) (ADC_TM5_M_CHAN_BASE + ((n) * 8) + 7) macro
282 ret = adc_tm5_read(chip, ADC_TM5_M_EN(ch), &ctl, sizeof(ctl)); in adc_tm5_isr()
381 unsigned int reg = ADC_TM5_M_EN(channel->channel); in adc_tm5_disable_channel()