Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_cpu_opp.c273 const fdt32_t *cuint32 = NULL; in stm32_cpu_opp_is_supported() local
276 cuint32 = fdt_getprop(fdt, subnode, "opp-supported-hw", NULL); in stm32_cpu_opp_is_supported()
277 if (!cuint32) { in stm32_cpu_opp_is_supported()
282 opp = fdt32_to_cpu(*cuint32); in stm32_cpu_opp_is_supported()
321 const fdt32_t *cuint32 = NULL; in stm32_cpu_opp_get_dt_subnode() local
355 cuint32 = fdt_getprop(fdt, subnode, "opp-microvolt", NULL); in stm32_cpu_opp_get_dt_subnode()
356 if (!cuint32) { in stm32_cpu_opp_get_dt_subnode()
363 volt_uv = fdt32_to_cpu(*cuint32); in stm32_cpu_opp_get_dt_subnode()