Home
last modified time | relevance | path

Searched refs:fdt_setprop_cell (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dfdt.c172 fdt_setprop_cell(blob, off, "cache-block-size", line_size); in ft_fixup_l3cache()
173 fdt_setprop_cell(blob, off, "cache-size", size); in ft_fixup_l3cache()
174 fdt_setprop_cell(blob, off, "cache-sets", num_sets); in ft_fixup_l3cache()
175 fdt_setprop_cell(blob, off, "cache-level", 3); in ft_fixup_l3cache()
177 fdt_setprop_cell(blob, off, "cache-stash-id", 1); in ft_fixup_l3cache()
281 fdt_setprop_cell(blob, off, "cache-block-size", line_size); in ft_fixup_l2cache()
282 fdt_setprop_cell(blob, off, "cache-size", size); in ft_fixup_l2cache()
283 fdt_setprop_cell(blob, off, "cache-sets", num_sets); in ft_fixup_l2cache()
284 fdt_setprop_cell(blob, off, "cache-level", 2); in ft_fixup_l2cache()
335 fdt_setprop_cell(blob, l2_off, "cache-stash-id", in ft_fixup_l2cache()
[all …]
/third_party/uboot/u-boot-2020.01/arch/arm/mach-k3/
Dcommon.c130 fdt_setprop_cell(blob, node, "#address-cells", 1); in fdt_fixup_msmc_ram()
131 fdt_setprop_cell(blob, node, "#size-cells", 1); in fdt_fixup_msmc_ram()
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dsgmii_riser.c118 fdt_setprop_cell(fdt, phy_node, "reg", in fsl_sgmii_riser_fdt_fixup()
/third_party/uboot/u-boot-2020.01/drivers/net/fm/
Dfdt.c119 rc = fdt_setprop_cell(blob, fmnode, "fsl,firmware-phandle", in fdt_fixup_fman_firmware()
/third_party/uboot/u-boot-2020.01/board/gateworks/gw_ventana/
Dgw_ventana.c1025 fdt_setprop_cell(blob, np, "#interrupt-cells", 1); in fdt_fixup_gw16082()
1027 fdt_setprop_cell(blob, np, "#address-cells", 3); in fdt_fixup_gw16082()
1028 fdt_setprop_cell(blob, np, "#size-cells", 2); in fdt_fixup_gw16082()
/third_party/uboot/u-boot-2020.01/common/
Dbootstage.c308 if (fdt_setprop_cell(blob, node, in add_bootstages_devicetree()
Dfdt_support.c1410 ret = fdt_setprop_cell(fdt, nodeoffset, "phandle", phandle); in fdt_set_phandle()
1418 ret = fdt_setprop_cell(fdt, nodeoffset, "linux,phandle", phandle); in fdt_set_phandle()
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dlibfdt.h1693 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
/third_party/uboot/u-boot-2020.01/board/freescale/lx2160a/
Deth_lx2160aqds.c732 ret = fdt_setprop_cell(fdt, *subnodeoffset, "reg", phyaddr); in fdt_create_phy_node()