Lines Matching refs:of_get_flat_dt_prop

216 	pa_ftrs = of_get_flat_dt_prop(node, "ibm,pa-features", &tablelen);  in check_cpu_pa_features()
229 slb_size_ptr = of_get_flat_dt_prop(node, "slb-size", NULL); in check_cpu_slb_size()
234 slb_size_ptr = of_get_flat_dt_prop(node, "ibm,slb-size", NULL); in check_cpu_slb_size()
268 const char *model = of_get_flat_dt_prop(node, "model", NULL); in identical_pvr_fixup()
294 prop = of_get_flat_dt_prop(node, fp->name, NULL); in check_cpu_feature_properties()
306 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in early_init_dt_scan_cpus()
319 intserv = of_get_flat_dt_prop(node, "ibm,ppc-interrupt-server#s", &len); in early_init_dt_scan_cpus()
321 intserv = of_get_flat_dt_prop(node, "reg", &len); in early_init_dt_scan_cpus()
346 if (of_get_flat_dt_prop(node, in early_init_dt_scan_cpus()
379 prop = of_get_flat_dt_prop(node, "cpu-version", NULL); in early_init_dt_scan_cpus()
410 if (of_get_flat_dt_prop(node, "linux,iommu-off", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
412 if (of_get_flat_dt_prop(node, "linux,iommu-force-on", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
417 lprop = of_get_flat_dt_prop(node, "linux,memory-limit", NULL); in early_init_dt_scan_chosen_ppc()
422 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-start", NULL); in early_init_dt_scan_chosen_ppc()
425 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-end", NULL); in early_init_dt_scan_chosen_ppc()
431 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL); in early_init_dt_scan_chosen_ppc()
435 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL); in early_init_dt_scan_chosen_ppc()
459 ls = of_get_flat_dt_prop(node, "ibm,lmb-size", &l); in early_init_dt_scan_drconf_memory()
464 dm = of_get_flat_dt_prop(node, "ibm,dynamic-memory", &l); in early_init_dt_scan_drconf_memory()
473 usm = of_get_flat_dt_prop(node, "linux,drconf-usable-memory", in early_init_dt_scan_drconf_memory()
583 prop = of_get_flat_dt_prop(dt_root, "reserved-ranges", &len); in early_reserve_mem_dt()