Lines Matching refs:of_get_flat_dt_prop
181 pa_ftrs = of_get_flat_dt_prop(node, "ibm,pa-features", &tablelen); in check_cpu_pa_features()
194 slb_size_ptr = of_get_flat_dt_prop(node, "slb-size", NULL); in check_cpu_slb_size()
199 slb_size_ptr = of_get_flat_dt_prop(node, "ibm,slb-size", NULL); in check_cpu_slb_size()
233 char *model = of_get_flat_dt_prop(node, "model", NULL); in identical_pvr_fixup()
259 prop = of_get_flat_dt_prop(node, fp->name, NULL); in check_cpu_feature_properties()
272 char *type = of_get_flat_dt_prop(node, "device_type", NULL); in early_init_dt_scan_cpus()
284 intserv = of_get_flat_dt_prop(node, "ibm,ppc-interrupt-server#s", &len); in early_init_dt_scan_cpus()
288 intserv = of_get_flat_dt_prop(node, "reg", NULL); in early_init_dt_scan_cpus()
313 if (of_get_flat_dt_prop(node, in early_init_dt_scan_cpus()
346 prop = of_get_flat_dt_prop(node, "cpu-version", NULL); in early_init_dt_scan_cpus()
378 if (of_get_flat_dt_prop(node, "linux,iommu-off", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
380 if (of_get_flat_dt_prop(node, "linux,iommu-force-on", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
385 lprop = of_get_flat_dt_prop(node, "linux,memory-limit", NULL); in early_init_dt_scan_chosen_ppc()
390 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-start", NULL); in early_init_dt_scan_chosen_ppc()
393 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-end", NULL); in early_init_dt_scan_chosen_ppc()
399 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL); in early_init_dt_scan_chosen_ppc()
403 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL); in early_init_dt_scan_chosen_ppc()
426 ls = of_get_flat_dt_prop(node, "ibm,lmb-size", &l); in early_init_dt_scan_drconf_memory()
431 dm = of_get_flat_dt_prop(node, "ibm,dynamic-memory", &l); in early_init_dt_scan_drconf_memory()
440 usm = of_get_flat_dt_prop(node, "linux,drconf-usable-memory", in early_init_dt_scan_drconf_memory()