Lines Matching defs:stm32_adc_regspec
169 struct stm32_adc_regspec { struct
170 const u32 dr;
171 const struct stm32_adc_regs ier_eoc;
172 const struct stm32_adc_regs ier_ovr;
173 const struct stm32_adc_regs isr_eoc;
174 const struct stm32_adc_regs isr_ovr;
175 const struct stm32_adc_regs *sqr;
176 const struct stm32_adc_regs exten;
177 const struct stm32_adc_regs extsel;
178 const struct stm32_adc_regs res;
179 const u32 smpr[2];
180 const struct stm32_adc_regs *smp_bits;
204 const struct stm32_adc_regspec *regs; argument