Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount-uclass.c44 node = ofnode_get_chosen_node(propname); in bootcount_store()
72 node = ofnode_get_chosen_node(propname); in bootcount_load()
/openbmc/u-boot/board/xilinx/common/
H A Dboard.c19 eeprom = ofnode_get_chosen_node("xlnx,eeprom"); in zynq_board_read_rom_ethaddr()
/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c103 node = ofnode_get_chosen_node("tick-timer"); in dm_timer_init()
H A Drockchip_timer.c64 node = ofnode_get_chosen_node("tick-timer"); in timer_get_boot_us()
/openbmc/u-boot/include/dm/
H A Dofnode.h513 ofnode ofnode_get_chosen_node(const char *name);
/openbmc/u-boot/drivers/core/
H A Dofnode.c418 ofnode ofnode_get_chosen_node(const char *name) in ofnode_get_chosen_node() function