Searched refs:fdt_getprop_w (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/riscv/kernel/pi/ |
H A D | fdt_early.c | 23 prop = fdt_getprop_w((void *)dtb_pa, node, "kaslr-seed", &len); in get_kaslr_seed()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | portals.c | 35 range = fdt_getprop_w(blob, off, "ranges", &len); in fdt_portal()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | cds_pci_ft.c | 26 map = fdt_getprop_w(blob, node, "interrupt-map", &len); in cds_pci_fixup()
|
/openbmc/linux/arch/arm64/kernel/pi/ |
H A D | kaslr_early.c | 79 prop = fdt_getprop_w(fdt, node, "kaslr-seed", &len); in get_kaslr_seed()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_layerscape_fixup.c | 157 prop = fdt_getprop_w(blob, nodeoffset, "iommu-map", &lenp); in fdt_pcie_set_iommu_map_entry()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | relocate.c | 234 prop = fdt_getprop_w(initial_boot_params, node, in get_random_boot()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | kaslr_booke.c | 85 prop = fdt_getprop_w(fdt, node, "kaslr-seed", &len); in get_kaslr_seed()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 695 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() function
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 1007 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree() 1068 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 821 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() function
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | mc.c | 301 prop = fdt_getprop_w(blob, offset, "iommu-map", &lenp); in fdt_fsl_mc_fixup_iommu_map_entry()
|