Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_omm.c248 unsigned long clk_rate_max = 0; in stm32_omm_configure() local
256 clk_rate_max = MAX(clk_get_rate(ospi_d->clock), clk_rate_max); in stm32_omm_configure()
279 unsigned long hclkn = OSPIM_NSEC_PER_SEC / clk_rate_max; in stm32_omm_configure()