Searched refs:clk_rate_max (Results 1 – 1 of 1) sorted by relevance
184 unsigned long clk_rate_max = 0; in stm32_omm_configure() local219 if (clk_rate > clk_rate_max) in stm32_omm_configure()220 clk_rate_max = clk_rate; in stm32_omm_configure()241 req2ack = DIV_ROUND_UP(req2ack, NSEC_PER_SEC / clk_rate_max) - 1; in stm32_omm_configure()