Searched refs:rpt_chan_bm (Results 1 – 2 of 2) sorted by relevance
152 int mec_hal_adc_repeat_mode_chan_set(struct mec_adc_regs *regs, uint32_t rpt_chan_bm) in mec_hal_adc_repeat_mode_chan_set() argument158 regs->RCHEN = rpt_chan_bm; in mec_hal_adc_repeat_mode_chan_set()306 int mec_hal_adc_start(struct mec_adc_regs *regs, uint16_t single_chan_bm, uint16_t rpt_chan_bm) in mec_hal_adc_start() argument321 if (rpt_chan_bm) { in mec_hal_adc_start()325 regs->RCHEN = rpt_chan_bm; in mec_hal_adc_start()329 regs->STATUS = single_chan_bm | rpt_chan_bm; in mec_hal_adc_start()
94 int mec_hal_adc_repeat_mode_chan_set(struct mec_adc_regs *regs, uint32_t rpt_chan_bm);104 int mec_hal_adc_start(struct mec_adc_regs *regs, uint16_t single_chan_bm, uint16_t rpt_chan_bm);