Home
last modified time | relevance | path

Searched refs:board_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dboard.h139 int board_get(struct udevice **devp);
/openbmc/u-boot/test/dm/
H A Dboard.c22 board_get(&board); in dm_test_board()
/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c11 int board_get(struct udevice **devp) in board_get() function
/openbmc/u-boot/drivers/timer/
H A Dmpc83xx_timer.c109 if (board_get(&board)) { in interrupt_init()