Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dprom.c216 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()
[all …]
Depapr_paravirt.c43 insts = of_get_flat_dt_prop(node, "hcall-instructions", &len); in early_init_dt_scan_epapr()
59 if (of_get_flat_dt_prop(node, "has-idle", NULL)) in early_init_dt_scan_epapr()
Drtas.c1178 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
1179 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1180 sizep = of_get_flat_dt_prop(node, "rtas-size", NULL); in early_init_dt_scan_rtas()
1189 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1193 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas()
Dfadump.c70 token = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump", NULL); in early_init_dt_scan_fw_dump()
81 fdm_active = of_get_flat_dt_prop(node, "ibm,kernel-dump", NULL); in early_init_dt_scan_fw_dump()
91 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in early_init_dt_scan_fw_dump()
/linux-4.1.27/arch/microblaze/kernel/
Dprom.c58 p = of_get_flat_dt_prop(node, "linux,stdout-path", &l); in early_init_dt_scan_chosen_serial()
64 p = of_get_flat_dt_prop(node, "compatible", &l); in early_init_dt_scan_chosen_serial()
73 addr = *(u32 *)of_get_flat_dt_prop(node, "reg", &l); in early_init_dt_scan_chosen_serial()
74 addr += *(u32 *)of_get_flat_dt_prop(node, in early_init_dt_scan_chosen_serial()
87 addrp = of_get_flat_dt_prop(node, "reg", &l); in early_init_dt_scan_chosen_serial()
/linux-4.1.27/drivers/of/
Dfdt.c473 prop = of_get_flat_dt_prop(node, "reg", &len); in __reserved_mem_reserve_reg()
483 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
515 prop = of_get_flat_dt_prop(node, "#size-cells", NULL); in __reserved_mem_check_root()
519 prop = of_get_flat_dt_prop(node, "#address-cells", NULL); in __reserved_mem_check_root()
523 prop = of_get_flat_dt_prop(node, "ranges", NULL); in __reserved_mem_check_root()
556 status = of_get_flat_dt_prop(node, "status", NULL); in __fdt_scan_reserved_mem()
561 if (err == -ENOENT && of_get_flat_dt_prop(node, "size", NULL)) in __fdt_scan_reserved_mem()
652 const void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop() function
690 name = of_get_flat_dt_prop(dt_root, "model", NULL); in of_flat_dt_get_machine_name()
692 name = of_get_flat_dt_prop(dt_root, "compatible", NULL); in of_flat_dt_get_machine_name()
[all …]
Dof_reserved_mem.c105 prop = of_get_flat_dt_prop(node, "size", &len); in __reserved_mem_alloc_size()
116 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
118 prop = of_get_flat_dt_prop(node, "alignment", &len); in __reserved_mem_alloc_size()
128 prop = of_get_flat_dt_prop(node, "alloc-ranges", &len); in __reserved_mem_alloc_size()
215 prop = of_get_flat_dt_prop(node, "phandle", &len); in fdt_init_reserved_mem()
217 prop = of_get_flat_dt_prop(node, "linux,phandle", &len); in fdt_init_reserved_mem()
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c144 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in rcar_gen2_scan_mem()
154 reg = of_get_flat_dt_prop(node, "linux,usable-memory", &l); in rcar_gen2_scan_mem()
156 reg = of_get_flat_dt_prop(node, "reg", &l); in rcar_gen2_scan_mem()
/linux-4.1.27/arch/arm/mach-mvebu/
Dboard-v7.c75 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in mvebu_scan_mem()
82 reg = of_get_flat_dt_prop(node, "linux,usable-memory", &l); in mvebu_scan_mem()
84 reg = of_get_flat_dt_prop(node, "reg", &l); in mvebu_scan_mem()
/linux-4.1.27/drivers/base/
Ddma-contiguous.c251 if (!of_get_flat_dt_prop(node, "reusable", NULL) || in rmem_cma_setup()
252 of_get_flat_dt_prop(node, "no-map", NULL)) in rmem_cma_setup()
268 if (of_get_flat_dt_prop(node, "linux,cma-default", NULL)) in rmem_cma_setup()
Ddma-coherent.c311 if (of_get_flat_dt_prop(node, "reusable", NULL)) in rmem_dma_setup()
315 if (!of_get_flat_dt_prop(node, "no-map", NULL)) { in rmem_dma_setup()
/linux-4.1.27/arch/arm/plat-samsung/
Ds5p-dev-mfc.c76 prop = of_get_flat_dt_prop(node, "samsung,mfc-l", &len); in s5p_fdt_alloc_mfc_mem()
83 prop = of_get_flat_dt_prop(node, "samsung,mfc-r", &len); in s5p_fdt_alloc_mfc_mem()
/linux-4.1.27/arch/powerpc/mm/
Dhash_utils_64.c275 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_seg_sizes()
283 prop = of_get_flat_dt_prop(node, "ibm,processor-segment-sizes", &size); in htab_dt_scan_seg_sizes()
330 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_page_sizes()
338 prop = of_get_flat_dt_prop(node, "ibm,segment-page-sizes", &size); in htab_dt_scan_page_sizes()
411 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_hugepage_blocks()
424 page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); in htab_dt_scan_hugepage_blocks()
428 addr_prop = of_get_flat_dt_prop(node, "reg", NULL); in htab_dt_scan_hugepage_blocks()
574 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_pftsize()
581 prop = of_get_flat_dt_prop(node, "ibm,pft-size", NULL); in htab_dt_scan_pftsize()
Dtlb_nohash.c345 if (of_get_flat_dt_prop(root, "cooperative-partition", NULL)) in early_init_mmu_47x()
/linux-4.1.27/arch/arm/mach-s5pv210/
Ds5pv210.c35 reg = of_get_flat_dt_prop(node, "reg", &len); in s5pv210_fdt_map_sys()
/linux-4.1.27/arch/arc/kernel/
Ddevtree.c77 clk = of_get_flat_dt_prop(dt_root, "clock-frequency", &len); in setup_machine_fdt()
/linux-4.1.27/arch/nios2/kernel/
Dprom.c79 p = of_get_flat_dt_prop(node, "compatible", NULL); in early_init_dt_scan_serial()
/linux-4.1.27/include/linux/
Dof_fdt.h55 extern const void *of_get_flat_dt_prop(unsigned long node, const char *name,
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal.c89 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal()
90 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal()
91 sizep = of_get_flat_dt_prop(node, "opal-runtime-size", &runtimesz); in early_init_dt_scan_opal()
138 prop = of_get_flat_dt_prop(node, "mcheck-recoverable-ranges", &psize); in early_init_dt_scan_recoverable_ranges()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dsetup.c758 prop = of_get_flat_dt_prop(node, "ibm,hypertas-functions", in pseries_probe_fw_features()
769 prop = of_get_flat_dt_prop(node, "ibm,architecture-vec-5", in pseries_probe_fw_features()
783 const char *dtype = of_get_flat_dt_prop(root, "device_type", NULL); in pSeries_probe()
/linux-4.1.27/arch/arm/kernel/
Ddevtree.c229 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in setup_machine_fdt()
/linux-4.1.27/arch/arm/mach-exynos/
Dexynos.c131 reg = of_get_flat_dt_prop(node, "reg", &len); in exynos_fdt_map_chipid()
/linux-4.1.27/arch/powerpc/platforms/52xx/
Defika.c203 const char *model = of_get_flat_dt_prop(of_get_flat_dt_root(), in efika_probe()
/linux-4.1.27/arch/xtensa/kernel/
Dsetup.c209 ranges = of_get_flat_dt_prop(node, "ranges", &len); in xtensa_dt_io_area()
/linux-4.1.27/arch/powerpc/platforms/chrp/
Dsetup.c577 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe()
/linux-4.1.27/drivers/firmware/efi/
Defi.c425 prop = of_get_flat_dt_prop(node, dt_params[i].propname, &len); in fdt_find_uefi_params()