Home
last modified time | relevance | path

Searched refs:clock_setup (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/st/stv0991/
H A Dstv0991.c52 clock_setup(ETH_CLOCK_CFG); in board_eth_enable()
60 clock_setup(QSPI_CLOCK_CFG); in board_qspi_enable()
77 clock_setup(UART_CLOCK_CFG); in board_uart_init()
/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/
H A Dstv0991_defs.h12 extern int clock_setup(enum periph_clock);
/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dclock.c22 void clock_setup(int peripheral) in clock_setup() function