Searched refs:chan_id (Results 1 – 2 of 2) sorted by relevance
163 int mec_hal_adc_chan_vref_select(struct mec_adc_regs *regs, uint8_t chan_id, in mec_hal_adc_chan_vref_select() argument170 if ((chan_id >= MEC5_ADC_CHANNELS) || (vref > MEC_ADC_CHAN_VREF_GPIO)) { in mec_hal_adc_chan_vref_select()176 temp &= ~(0x3u << (chan_id * 2u)); in mec_hal_adc_chan_vref_select()177 temp |= (((uint32_t)vref & 0x3u) << (chan_id * 2u)); in mec_hal_adc_chan_vref_select()
96 int mec_hal_adc_chan_vref_select(struct mec_adc_regs *regs, uint8_t chan_id,