Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt.h224 int fdt_read_uint32(const void *fdt, int node, const char *prop_name,
396 static inline int fdt_read_uint32(const void *fdt __unused, in fdt_read_uint32() function
/optee_os/core/drivers/
H A Dstm32_fmc.c287 if (fdt_read_uint32(fdt, ctrl_node, "reg", &bank) < 0) in parse_dt()
300 if (fdt_read_uint32(fdt, ctrl_node, in parse_dt()
/optee_os/core/kernel/
H A Ddt.c383 int fdt_read_uint32(const void *fdt, int node, const char *prop_name, in fdt_read_uint32() function
/optee_os/core/drivers/clk/
H A Dclk-stm32mp25.c1148 if (fdt_read_uint32(fdt, subnode_pll, "src", &pll->src)) in clk_stm32_parse_pll_fdt()
1197 if (fdt_read_uint32(fdt, subnode, "hz", &opp_cfg->frq)) in stm32_clk_parse_fdt_opp()
1200 if (fdt_read_uint32(fdt, subnode, "st,clksrc", &opp_cfg->src)) in stm32_clk_parse_fdt_opp()
H A Dclk-stm32mp21.c1129 if (fdt_read_uint32(fdt, subnode_pll, "src", &pll->src)) in clk_stm32_parse_pll_fdt()
1182 if (fdt_read_uint32(fdt, subnode, "hz", &opp_cfg->frq)) in stm32_clk_parse_fdt_opp()
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c2790 ret = fdt_read_uint32(fdt, 0, "ffa-version", &vers); in get_ffa_version_from_manifest()