Home
last modified time | relevance | path

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

/linux-4.4.14/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 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()
[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.c1180 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
1181 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1182 sizep = of_get_flat_dt_prop(node, "rtas-size", NULL); in early_init_dt_scan_rtas()
1191 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1195 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.4.14/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.4.14/drivers/of/
Dfdt.c481 prop = of_get_flat_dt_prop(node, "reg", &len); in __reserved_mem_reserve_reg()
491 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
523 prop = of_get_flat_dt_prop(node, "#size-cells", NULL); in __reserved_mem_check_root()
527 prop = of_get_flat_dt_prop(node, "#address-cells", NULL); in __reserved_mem_check_root()
531 prop = of_get_flat_dt_prop(node, "ranges", NULL); in __reserved_mem_check_root()
564 status = of_get_flat_dt_prop(node, "status", NULL); in __fdt_scan_reserved_mem()
569 if (err == -ENOENT && of_get_flat_dt_prop(node, "size", NULL)) in __fdt_scan_reserved_mem()
669 const void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop() function
707 name = of_get_flat_dt_prop(dt_root, "model", NULL); in of_flat_dt_get_machine_name()
709 name = of_get_flat_dt_prop(dt_root, "compatible", NULL); in of_flat_dt_get_machine_name()
[all …]
Dof_reserved_mem.c106 prop = of_get_flat_dt_prop(node, "size", &len); in __reserved_mem_alloc_size()
117 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
119 prop = of_get_flat_dt_prop(node, "alignment", &len); in __reserved_mem_alloc_size()
133 prop = of_get_flat_dt_prop(node, "alloc-ranges", &len); in __reserved_mem_alloc_size()
265 prop = of_get_flat_dt_prop(node, "phandle", &len); in fdt_init_reserved_mem()
267 prop = of_get_flat_dt_prop(node, "linux,phandle", &len); in fdt_init_reserved_mem()
/linux-4.4.14/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c142 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in rcar_gen2_scan_mem()
152 reg = of_get_flat_dt_prop(node, "linux,usable-memory", &l); in rcar_gen2_scan_mem()
154 reg = of_get_flat_dt_prop(node, "reg", &l); in rcar_gen2_scan_mem()
/linux-4.4.14/arch/arm/mach-mvebu/
Dboard-v7.c73 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in mvebu_scan_mem()
80 reg = of_get_flat_dt_prop(node, "linux,usable-memory", &l); in mvebu_scan_mem()
82 reg = of_get_flat_dt_prop(node, "reg", &l); in mvebu_scan_mem()
/linux-4.4.14/arch/arm/mach-exynos/
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()
Dexynos.c131 reg = of_get_flat_dt_prop(node, "reg", &len); in exynos_fdt_map_chipid()
/linux-4.4.14/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.4.14/arch/powerpc/mm/
Dhash_utils_64.c276 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_seg_sizes()
284 prop = of_get_flat_dt_prop(node, "ibm,processor-segment-sizes", &size); in htab_dt_scan_seg_sizes()
331 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_page_sizes()
339 prop = of_get_flat_dt_prop(node, "ibm,segment-page-sizes", &size); in htab_dt_scan_page_sizes()
412 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_hugepage_blocks()
425 page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); in htab_dt_scan_hugepage_blocks()
429 addr_prop = of_get_flat_dt_prop(node, "reg", NULL); in htab_dt_scan_hugepage_blocks()
575 const char *type = of_get_flat_dt_prop(node, "device_type", NULL); in htab_dt_scan_pftsize()
582 prop = of_get_flat_dt_prop(node, "ibm,pft-size", NULL); in htab_dt_scan_pftsize()
Dtlb_nohash.c346 if (of_get_flat_dt_prop(root, "cooperative-partition", NULL)) in early_init_mmu_47x()
/linux-4.4.14/arch/arc/kernel/
Ddevtree.c79 clk = of_get_flat_dt_prop(dt_root, "clock-frequency", &len); in setup_machine_fdt()
/linux-4.4.14/arch/arm/mach-s5pv210/
Ds5pv210.c35 reg = of_get_flat_dt_prop(node, "reg", &len); in s5pv210_fdt_map_sys()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c83 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal()
84 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal()
85 sizep = of_get_flat_dt_prop(node, "opal-runtime-size", &runtimesz); in early_init_dt_scan_opal()
132 prop = of_get_flat_dt_prop(node, "mcheck-recoverable-ranges", &psize); in early_init_dt_scan_recoverable_ranges()
/linux-4.4.14/arch/nios2/kernel/
Dprom.c79 p = of_get_flat_dt_prop(node, "compatible", NULL); in early_init_dt_scan_serial()
/linux-4.4.14/include/linux/
Dof_fdt.h55 extern const void *of_get_flat_dt_prop(unsigned long node, const char *name,
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsetup.c750 prop = of_get_flat_dt_prop(node, "ibm,hypertas-functions", in pseries_probe_fw_features()
761 prop = of_get_flat_dt_prop(node, "ibm,architecture-vec-5", in pseries_probe_fw_features()
775 const char *dtype = of_get_flat_dt_prop(root, "device_type", NULL); in pSeries_probe()
/linux-4.4.14/arch/arm/kernel/
Ddevtree.c235 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in setup_machine_fdt()
/linux-4.4.14/arch/powerpc/platforms/52xx/
Defika.c203 const char *model = of_get_flat_dt_prop(of_get_flat_dt_root(), in efika_probe()
/linux-4.4.14/arch/powerpc/platforms/chrp/
Dsetup.c577 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe()
/linux-4.4.14/arch/xtensa/kernel/
Dsetup.c209 ranges = of_get_flat_dt_prop(node, "ranges", &len); in xtensa_dt_io_area()
/linux-4.4.14/drivers/firmware/efi/
Defi.c533 prop = of_get_flat_dt_prop(node, dt_params[i].propname, &len); in fdt_find_uefi_params()