Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_cpu_opp.c320 const fdt64_t *cuint64 = NULL; in stm32_cpu_opp_get_dt_subnode() local
338 cuint64 = fdt_getprop(fdt, subnode, "opp-hz", NULL); in stm32_cpu_opp_get_dt_subnode()
339 if (!cuint64) { in stm32_cpu_opp_get_dt_subnode()
346 freq_hz = fdt64_to_cpu(*cuint64); in stm32_cpu_opp_get_dt_subnode()