Searched refs:sqr (Results 1 – 1 of 1) sorted by relevance
136 const struct stm32_adc_regs *sqr; member349 .sqr = stm32f4_sq,443 .sqr = stm32h7_sq,997 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq() local1019 val = stm32_adc_readl(adc, sqr[i].reg); in stm32_adc_conf_scan_seq()1020 val &= ~sqr[i].mask; in stm32_adc_conf_scan_seq()1021 val |= chan->channel << sqr[i].shift; in stm32_adc_conf_scan_seq()1022 stm32_adc_writel(adc, sqr[i].reg, val); in stm32_adc_conf_scan_seq()1029 val = stm32_adc_readl(adc, sqr[0].reg); in stm32_adc_conf_scan_seq()1030 val &= ~sqr[0].mask; in stm32_adc_conf_scan_seq()[all …]