Home
last modified time | relevance | path

Searched refs:fdt_find_and_setprop (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c544 fdt_find_and_setprop(blob, in ft_board_setup()
550 fdt_find_and_setprop(blob, "/eth@pcie", "local-mac-address", in ft_board_setup()
564 fdt_find_and_setprop(blob, USDHC3_PATH, "broken-cd", in ft_board_setup()
566 fdt_find_and_setprop(blob, USDHC3_PATH, "keep-power-in-suspend", in ft_board_setup()
/openbmc/u-boot/board/compulab/cm_t54/
H A Dcm_t54.c130 fdt_find_and_setprop(blob, "/smsc95xx@0", "mac-address", in ft_board_setup()
/openbmc/u-boot/include/
H A Dfdt_support.h106 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
/openbmc/u-boot/board/socrates/
H A Dsocrates.c247 rc = fdt_find_and_setprop(blob, "/localbus", "ranges", in ft_board_setup()
/openbmc/u-boot/common/
H A Dbootm_os.c286 ret = fdt_find_and_setprop(*of_flat_tree, in do_bootvx_fdt()
H A Dfdt_support.c86 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, in fdt_find_and_setprop() function
315 int rc = fdt_find_and_setprop(fdt, path, prop, val, len, create); in do_fixup_by_path()