Searched refs:cuint32 (Results 1 – 1 of 1) sorted by relevance
273 const fdt32_t *cuint32 = NULL; in stm32_cpu_opp_is_supported() local276 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() local355 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()