Home
last modified time | relevance | path

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

/external/u-boot/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 …]
/external/dtc/tests/
Drw_tree1.c72 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1)); in main()
76 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_1)); in main()
81 CHECK(fdt_setprop_cell(fdt, s2, "linux,phandle", PHANDLE_1)); in main()
82 CHECK(fdt_setprop_cell(fdt, s2, "prop-int", TEST_VALUE_2)); in main()
84 CHECK(fdt_setprop_cell(fdt, offset, "linux,phandle", PHANDLE_2)); in main()
87 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_2)); in main()
Dsetprop.c82 err = fdt_setprop_cell(fdt, 0, "prop-cell", TEST_VALUE_2); in main()
/external/u-boot/board/freescale/common/
Dsgmii_riser.c118 fdt_setprop_cell(fdt, phy_node, "reg", in fsl_sgmii_riser_fdt_fixup()
/external/u-boot/drivers/net/fm/
Dfdt.c117 rc = fdt_setprop_cell(blob, fmnode, "fsl,firmware-phandle", in fdt_fixup_fman_firmware()
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana.c1020 fdt_setprop_cell(blob, np, "#interrupt-cells", 1); in fdt_fixup_gw16082()
1022 fdt_setprop_cell(blob, np, "#address-cells", 3); in fdt_fixup_gw16082()
1023 fdt_setprop_cell(blob, np, "#size-cells", 2); in fdt_fixup_gw16082()
/external/dtc/libfdt/
Dlibfdt.h1526 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
/external/u-boot/scripts/dtc/libfdt/
Dlibfdt.h1560 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
/external/u-boot/common/
Dbootstage.c289 if (fdt_setprop_cell(blob, node, in add_bootstages_devicetree()
Dfdt_support.c1355 ret = fdt_setprop_cell(fdt, nodeoffset, "phandle", phandle); in fdt_set_phandle()
1363 ret = fdt_setprop_cell(fdt, nodeoffset, "linux,phandle", phandle); in fdt_set_phandle()