Home
last modified time | relevance | path

Searched refs:ford (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/iio/adc/
Dstm32-dfsdm-adc.c198 unsigned int p = fl->ford; /* filter order (ford) */ in stm32_dfsdm_compute_osrs()
211 if (fl->ford == DFSDM_FASTSINC_ORDER) { in stm32_dfsdm_compute_osrs()
224 else if (fl->ford == DFSDM_FASTSINC_ORDER) in stm32_dfsdm_compute_osrs()
523 DFSDM_FCR_FORD(fl->ford)); in stm32_dfsdm_filter_configure()
1588 adc->dfsdm->fl_list[adc->fl_id].ford = val; in stm32_dfsdm_adc_probe()
Dstm32-dfsdm.h273 enum stm32_dfsdm_sinc_order ford; member