Home
last modified time | relevance | path

Searched refs:ofnode_get_chosen_prop (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/xilinx/common/
H A Dboard.c24 ofnode_get_chosen_prop("xlnx,eeprom")); in zynq_board_read_rom_ethaddr()
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c225 fs_loader_path = ofnode_get_chosen_prop("firmware-loader"); in fs_loader_ofdata_to_platdata()
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c211 ofnode_get_chosen_prop("u-boot,spl-boot-device"); in setup_boottargets()
/openbmc/u-boot/include/dm/
H A Dofnode.h506 const char *ofnode_get_chosen_prop(const char *propname);
/openbmc/u-boot/drivers/core/
H A Dofnode.c409 const char *ofnode_get_chosen_prop(const char *name) in ofnode_get_chosen_prop() function
422 prop = ofnode_get_chosen_prop(name); in ofnode_get_chosen_node()