Searched refs:sqr (Results 1 – 1 of 1) sorted by relevance
179 const struct stm32_adc_regs *sqr; member443 .sqr = stm32f4_sq,537 .sqr = stm32h7_sq,558 .sqr = stm32h7_sq,579 .sqr = stm32h7_sq,1327 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq() local1349 val = stm32_adc_readl(adc, sqr[i].reg); in stm32_adc_conf_scan_seq()1350 val &= ~sqr[i].mask; in stm32_adc_conf_scan_seq()1351 val |= chan->channel << sqr[i].shift; in stm32_adc_conf_scan_seq()1352 stm32_adc_writel(adc, sqr[i].reg, val); in stm32_adc_conf_scan_seq()[all …]