Home
last modified time | relevance | path

Searched refs:of_get_flat_dt_prop (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dprom.c181 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()
[all …]
Drtas.c994 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
995 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
996 sizep = of_get_flat_dt_prop(node, "rtas-size", NULL); in early_init_dt_scan_rtas()
1005 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1009 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas()
/linux-2.6.39/arch/microblaze/kernel/
Dprom.c71 p = of_get_flat_dt_prop(node, "compatible", &l); in early_init_dt_scan_serial()
77 addr = of_get_flat_dt_prop(node, "reg", &l); in early_init_dt_scan_serial()
104 p = of_get_flat_dt_prop(node, "compatible", &l); in early_init_dt_scan_serial_full()
110 addr = *(u32 *)of_get_flat_dt_prop(node, "reg", &l); in early_init_dt_scan_serial_full()
111 addr += *(u32 *)of_get_flat_dt_prop(node, "reg-offset", &l); in early_init_dt_scan_serial_full()
/linux-2.6.39/drivers/of/
Dfdt.c525 void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop() function
561 prop = of_get_flat_dt_prop(node, "linux,initrd-start", &len); in early_init_dt_check_for_initrd()
566 prop = of_get_flat_dt_prop(node, "linux,initrd-end", &len); in early_init_dt_check_for_initrd()
594 prop = of_get_flat_dt_prop(node, "#size-cells", NULL); in early_init_dt_scan_root()
599 prop = of_get_flat_dt_prop(node, "#address-cells", NULL); in early_init_dt_scan_root()
622 char *type = of_get_flat_dt_prop(node, "device_type", NULL); in early_init_dt_scan_memory()
637 reg = of_get_flat_dt_prop(node, "linux,usable-memory", &l); in early_init_dt_scan_memory()
639 reg = of_get_flat_dt_prop(node, "reg", &l); in early_init_dt_scan_memory()
680 p = of_get_flat_dt_prop(node, "bootargs", &l); in early_init_dt_scan_chosen()
/linux-2.6.39/arch/powerpc/mm/
Dhash_utils_64.c246 char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_seg_sizes()
254 prop = (u32 *)of_get_flat_dt_prop(node, "ibm,processor-segment-sizes", in htab_dt_scan_seg_sizes()
278 char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_page_sizes()
286 prop = (u32 *)of_get_flat_dt_prop(node, in htab_dt_scan_page_sizes()
360 char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_hugepage_blocks()
373 page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); in htab_dt_scan_hugepage_blocks()
377 addr_prop = of_get_flat_dt_prop(node, "reg", NULL); in htab_dt_scan_hugepage_blocks()
493 char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_pftsize()
500 prop = (u32 *)of_get_flat_dt_prop(node, "ibm,pft-size", NULL); in htab_dt_scan_pftsize()
/linux-2.6.39/arch/powerpc/platforms/pseries/
Dphyp_dump.c468 if (of_get_flat_dt_prop(node, "ibm,configure-kernel-dump", NULL)) in early_init_dt_scan_phyp_dump()
471 if (of_get_flat_dt_prop(node, "ibm,dump-kernel", NULL)) in early_init_dt_scan_phyp_dump()
474 sizes = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in early_init_dt_scan_phyp_dump()
Dsetup.c518 hypertas = of_get_flat_dt_prop(node, "ibm,hypertas-functions", &len); in pSeries_probe_hypertas()
531 char *dtype = of_get_flat_dt_prop(root, "device_type", NULL); in pSeries_probe()
/linux-2.6.39/include/linux/
Dof_fdt.h88 extern void *of_get_flat_dt_prop(unsigned long node, const char *name,
/linux-2.6.39/arch/powerpc/platforms/embedded6xx/
Dprpmc2800.c138 m = of_get_flat_dt_prop(root, "model", &len); in prpmc2800_probe()
/linux-2.6.39/arch/powerpc/platforms/52xx/
Defika.c202 char *model = of_get_flat_dt_prop(of_get_flat_dt_root(), in efika_probe()
/linux-2.6.39/arch/powerpc/platforms/chrp/
Dsetup.c577 char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe()