Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
H A Dsama5d2_clk.c325 const uint32_t *fdt_prop = NULL; in pmc_setup() local
381 fdt_prop = fdt_getprop(fdt, nodeoffset, "atmel,osc-bypass", NULL); in pmc_setup()
382 if (fdt_prop) in pmc_setup()
383 bypass = fdt32_to_cpu(*fdt_prop); in pmc_setup()
H A Dsama7g5_clk.c1264 const uint32_t *fdt_prop = NULL; in pmc_setup_sama7g5() local
1314 fdt_prop = fdt_getprop(fdt, nodeoffset, "atmel,osc-bypass", NULL); in pmc_setup_sama7g5()
1315 if (fdt_prop) in pmc_setup_sama7g5()
1316 bypass = fdt32_to_cpu(*fdt_prop); in pmc_setup_sama7g5()