Searched refs:get_clock_period (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5.h | 29 static inline uint64_t get_clock_period(QTestState *qts, const char *path) in get_clock_period() function
|
H A D | stm32l4x5_syscfg-test.c | 309 g_assert_cmpuint(get_clock_period(global_qtest, SYSCFG_CLK), ==, 0); in test_clock_enable() 314 g_assert_cmpuint(get_clock_period(global_qtest, SYSCFG_CLK), ==, in test_clock_enable()
|
H A D | stm32l4x5_usart-test.c | 338 g_assert_cmpuint(get_clock_period(qts, path), ==, 0); in check_clock() 340 g_assert_cmpuint(get_clock_period(qts, path), ==, SYSCLK_PERIOD); in check_clock()
|
H A D | stm32l4x5_gpio-test.c | 521 g_assert_cmpuint(get_clock_period(global_qtest, path), ==, 0); in test_clock_enable() 524 g_assert_cmpuint(get_clock_period(global_qtest, path), ==, in test_clock_enable()
|