Home
last modified time | relevance | path

Searched refs:STM32_ADC_MAX_SQ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dstm32-adc.c39 #define STM32_ADC_MAX_SQ 16 /* SQ1..SQ16 */ macro
203 u16 buffer[STM32_ADC_MAX_SQ];
268 static const struct stm32_adc_regs stm32f4_sq[STM32_ADC_MAX_SQ + 1] = {
358 static const struct stm32_adc_regs stm32h7_sq[STM32_ADC_MAX_SQ + 1] = {
1018 if (i > STM32_ADC_MAX_SQ) in stm32_adc_conf_scan_seq()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dstm32-adc.c41 #define STM32_ADC_MAX_SQ 16 /* SQ1..SQ16 */ macro
264 u16 buffer[STM32_ADC_MAX_SQ + 4] __aligned(8);
340 static const struct stm32_adc_regs stm32f4_sq[STM32_ADC_MAX_SQ + 1] = {
430 static const struct stm32_adc_regs stm32h7_sq[STM32_ADC_MAX_SQ + 1] = {
1271 if (i > STM32_ADC_MAX_SQ) in stm32_adc_conf_scan_seq()

Completed in 6 milliseconds