Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_cpu_opp.c322 uint64_t freq_hz = 0; in stm32_cpu_opp_get_dt_subnode() local
346 freq_hz = fdt64_to_cpu(*cuint64); in stm32_cpu_opp_get_dt_subnode()
347 freq_khz = freq_hz / ULL(1000); in stm32_cpu_opp_get_dt_subnode()