Searched refs:spi_freq (Results 1 – 2 of 2) sorted by relevance
229 unsigned int spi_freq, rem; in stm32_dfsdm_parse_of() local264 &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()
1344 unsigned long spi_freq; in mtk_snand_probe() local1427 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()