Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h133 RCC_NUM_CLOCK_MUX enumerator
231 RccClockMuxState clock_muxes[RCC_NUM_CLOCK_MUX];
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c1272 for (i = 0; i < RCC_NUM_CLOCK_MUX; i++) { in stm32l4x5_rcc_init()
1409 for (i = 0; i < RCC_NUM_CLOCK_MUX; i++) { in stm32l4x5_rcc_realize()
1444 assert(ARRAY_SIZE(CLOCK_MUX_INIT_INFO) == RCC_NUM_CLOCK_MUX); in stm32l4x5_rcc_class_init()