Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_rcc-test.c39 static void rcc_writel(unsigned int offset, uint32_t value) in rcc_writel() function
52 rcc_writel(A_CR, R_CR_MSION_MASK); in test_init_msi()
61 rcc_writel(A_CFGR, 0); in test_set_msi_as_sysclk()
78 rcc_writel(A_PLLCFGR, R_PLLCFGR_PLLREN_MASK | in test_init_pll()
84 rcc_writel(A_CR, value | R_CR_PLLON_MASK); in test_init_pll()
91 rcc_writel(A_CFGR, (value & ~R_CFGR_SW_MASK) | in test_init_pll()
102 rcc_writel(A_BDCR, R_BDCR_LSEDRV_MASK | R_BDCR_LSEON_MASK); in test_activate_lse()
110 rcc_writel(A_CIER, R_CIER_LSIRDYIE_MASK); in test_irq()
111 rcc_writel(A_CSR, R_CSR_LSION_MASK); in test_irq()
113 rcc_writel(A_CICR, R_CICR_LSIRDYC_MASK); in test_irq()
[all …]