Searched refs:fdt_prop (Results 1 – 2 of 2) sorted by relevance
325 const uint32_t *fdt_prop = NULL; in pmc_setup() local381 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()
1264 const uint32_t *fdt_prop = NULL; in pmc_setup_sama7g5() local1314 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()