Lines Matching refs:of_get_flat_dt_prop
244 pa_ftrs = of_get_flat_dt_prop(node, name, &tablelen); in check_cpu_features()
256 slb_size_ptr = of_get_flat_dt_prop(node, "slb-size", NULL) ? : in init_mmu_slb_size()
257 of_get_flat_dt_prop(node, "ibm,slb-size", NULL); in init_mmu_slb_size()
291 const char *model = of_get_flat_dt_prop(node, "model", NULL); in identical_pvr_fixup()
317 prop = of_get_flat_dt_prop(node, fp->name, NULL); in check_cpu_feature_properties()
329 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in early_init_dt_scan_cpus()
345 intserv = of_get_flat_dt_prop(node, "ibm,ppc-interrupt-server#s", &len); in early_init_dt_scan_cpus()
347 intserv = of_get_flat_dt_prop(node, "reg", &len); in early_init_dt_scan_cpus()
398 prop = of_get_flat_dt_prop(node, "cpu-version", NULL); in early_init_dt_scan_cpus()
436 if (of_get_flat_dt_prop(node, "linux,iommu-off", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
438 if (of_get_flat_dt_prop(node, "linux,iommu-force-on", NULL) != NULL) in early_init_dt_scan_chosen_ppc()
443 lprop = of_get_flat_dt_prop(node, "linux,memory-limit", NULL); in early_init_dt_scan_chosen_ppc()
448 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-start", NULL); in early_init_dt_scan_chosen_ppc()
451 lprop = of_get_flat_dt_prop(node, "linux,tce-alloc-end", NULL); in early_init_dt_scan_chosen_ppc()
457 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL); in early_init_dt_scan_chosen_ppc()
461 lprop = of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL); in early_init_dt_scan_chosen_ppc()
626 prop = of_get_flat_dt_prop(dt_root, "reserved-ranges", &len); in early_reserve_mem_dt()
733 prop = of_get_flat_dt_prop(node, "model", NULL); in early_init_dt_scan_model()