Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c199 unsigned int p = fl->ford; /* filter order (ford) */ in stm32_dfsdm_compute_osrs()
212 if (fl->ford == DFSDM_FASTSINC_ORDER) { in stm32_dfsdm_compute_osrs()
225 else if (fl->ford == DFSDM_FASTSINC_ORDER) in stm32_dfsdm_compute_osrs()
524 DFSDM_FCR_FORD(fl->ford)); in stm32_dfsdm_filter_configure()
1590 adc->dfsdm->fl_list[adc->fl_id].ford = val; in stm32_dfsdm_adc_probe()
H A Dstm32-dfsdm.h295 enum stm32_dfsdm_sinc_order ford; member