Searched refs:clk_rate_max (Results 1 – 1 of 1) sorted by relevance
185 unsigned long clk_rate_max = 0; in stm32_omm_configure() local220 if (clk_rate > clk_rate_max) in stm32_omm_configure()221 clk_rate_max = clk_rate; in stm32_omm_configure()242 req2ack = DIV_ROUND_UP(req2ack, NSEC_PER_SEC / clk_rate_max) - 1; in stm32_omm_configure()
Completed in 5 milliseconds