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 init_mmu_slb_size()
230 of_get_flat_dt_prop(node, "ibm,slb-size", NULL); in init_mmu_slb_size()
264 const char *model = of_get_flat_dt_prop(node, "model", NULL); in identical_pvr_fixup()
290 prop = of_get_flat_dt_prop(node, fp->name, NULL); in check_cpu_feature_properties()
302 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in early_init_dt_scan_cpus()
315 intserv = of_get_flat_dt_prop(node, "ibm,ppc-interrupt-server#s", &len); in early_init_dt_scan_cpus()
317 intserv = of_get_flat_dt_prop(node, "reg", &len); in early_init_dt_scan_cpus()
342 if (of_get_flat_dt_prop(node, in early_init_dt_scan_cpus()
375 prop = of_get_flat_dt_prop(node, "cpu-version", NULL); in early_init_dt_scan_cpus()
406 if (of_get_flat_dt_prop(node, "linux,iommu-off", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
408 if (of_get_flat_dt_prop(node, "linux,iommu-force-on", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
413 lprop = of_get_flat_dt_prop(node, "linux,memory-limit", NULL); in early_init_dt_scan_chosen_ppc()
418 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-start", NULL); in early_init_dt_scan_chosen_ppc()
421 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-end", NULL); in early_init_dt_scan_chosen_ppc()
427 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL); in early_init_dt_scan_chosen_ppc()
431 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL); in early_init_dt_scan_chosen_ppc()
455 ls = of_get_flat_dt_prop(node, "ibm,lmb-size", &l); in early_init_dt_scan_drconf_memory()
460 dm = of_get_flat_dt_prop(node, "ibm,dynamic-memory", &l); in early_init_dt_scan_drconf_memory()
469 usm = of_get_flat_dt_prop(node, "linux,drconf-usable-memory", in early_init_dt_scan_drconf_memory()
581 prop = of_get_flat_dt_prop(dt_root, "reserved-ranges", &len); in early_reserve_mem_dt()