Searched refs:fdt_setprop_cell (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | fdt.c | 172 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/ |
D | rw_tree1.c | 72 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()
|
D | setprop.c | 82 err = fdt_setprop_cell(fdt, 0, "prop-cell", TEST_VALUE_2); in main()
|
/external/u-boot/board/freescale/common/ |
D | sgmii_riser.c | 118 fdt_setprop_cell(fdt, phy_node, "reg", in fsl_sgmii_riser_fdt_fixup()
|
/external/u-boot/drivers/net/fm/ |
D | fdt.c | 117 rc = fdt_setprop_cell(blob, fmnode, "fsl,firmware-phandle", in fdt_fixup_fman_firmware()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | gw_ventana.c | 1020 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/ |
D | libfdt.h | 1526 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
|
/external/u-boot/scripts/dtc/libfdt/ |
D | libfdt.h | 1560 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
|
/external/u-boot/common/ |
D | bootstage.c | 289 if (fdt_setprop_cell(blob, node, in add_bootstages_devicetree()
|
D | fdt_support.c | 1355 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()
|