Searched refs:check_clock (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | stm32l4x5_usart-test.c | 335 static void check_clock(QTestState *qts, const char *path, uint32_t rcc_reg, in check_clock() function 351 check_clock(qts, "machine/soc/usart[0]/clk", RCC_APB2ENR, 14); in test_clock_enable() 352 check_clock(qts, "machine/soc/usart[1]/clk", RCC_APB1ENR1, 17); in test_clock_enable() 353 check_clock(qts, "machine/soc/usart[2]/clk", RCC_APB1ENR1, 18); in test_clock_enable() 354 check_clock(qts, "machine/soc/uart[0]/clk", RCC_APB1ENR1, 19); in test_clock_enable() 355 check_clock(qts, "machine/soc/uart[1]/clk", RCC_APB1ENR1, 20); in test_clock_enable() 356 check_clock(qts, "machine/soc/lpuart1/clk", RCC_APB1ENR2, 0); in test_clock_enable()
|