Home
last modified time | relevance | path

Searched refs:init_clocks (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/syteco/zmx25/
H A Dlowlevel_init.S21 .macro init_clocks macro
94 init_clocks
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_usart-test.c114 static void init_clocks(QTestState *qts) in init_clocks() function
177 init_clocks(qts); in init_uart()
/openbmc/u-boot/drivers/clk/rockchip/
H A Dclk_rk3288.c988 bool init_clocks = false; in rk3288_clk_probe() local
999 init_clocks = true; in rk3288_clk_probe()
1012 init_clocks = true; in rk3288_clk_probe()
1015 if (init_clocks) in rk3288_clk_probe()
/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c446 init_clocks(NULL); in main()
/openbmc/qemu/include/qemu/
H A Dtimer.h793 void init_clocks(QEMUTimerListNotifyCB *notify_cb);
/openbmc/qemu/util/
H A Dmain-loop.c162 init_clocks(qemu_timer_notify_cb); in qemu_init_main_loop()
H A Dqemu-timer.c640 void init_clocks(QEMUTimerListNotifyCB *notify_cb) in init_clocks() function