Home
last modified time | relevance | path

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

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