Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dstm32-dfsdm-core.c229 unsigned int spi_freq, rem; in stm32_dfsdm_parse_of() local
264 &spi_freq); in stm32_dfsdm_parse_of()
270 divider = div_u64_rem(clk_freq, spi_freq, &rem); in stm32_dfsdm_parse_of()
288 clk_freq, spi_freq, priv->spi_clk_out_div + 1, rem); in stm32_dfsdm_parse_of()
/linux/drivers/spi/
H A Dspi-mtk-snfi.c1344 unsigned long spi_freq; in mtk_snand_probe() local
1427 spi_freq = clk_get_rate(ms->pad_clk); in mtk_snand_probe()
1428 val = DIV_ROUND_CLOSEST(val, NSEC_PER_SEC / spi_freq); in mtk_snand_probe()