Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_rcc-test.c44 static uint32_t rcc_readl(unsigned int offset) in rcc_readl() function
54 g_assert_true((rcc_readl(A_CR) & R_CR_MSIRDY_MASK) == R_CR_MSIRDY_MASK); in test_init_msi()
63 g_assert_true((rcc_readl(A_CFGR) & R_CFGR_SWS_MASK) == 0); in test_set_msi_as_sysclk()
83 value = rcc_readl(A_CR); in test_init_pll()
87 g_assert_true((rcc_readl(A_CR) & R_CR_PLLRDY_MASK) == R_CR_PLLRDY_MASK); in test_init_pll()
90 value = rcc_readl(A_CFGR); in test_init_pll()
95 g_assert_true((rcc_readl(A_CFGR) & R_CFGR_SWS_MASK) == in test_init_pll()
103 g_assert_true((rcc_readl(A_BDCR) & R_BDCR_LSERDY_MASK) == R_BDCR_LSERDY_MASK); in test_activate_lse()