Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h28 #define RCC_NUM_CLOCK_MUX_SRC 7 macro
148 Clock *srcs[RCC_NUM_CLOCK_MUX_SRC];
159 struct RccClockMuxState *backref[RCC_NUM_CLOCK_MUX_SRC];
H A Dstm32l4x5_rcc_internals.h345 RccClockMuxSource src_mapping[RCC_NUM_CLOCK_MUX_SRC];
420 RccClockMuxSource src_mapping[RCC_NUM_CLOCK_MUX_SRC];
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c97 for (i = 0; i < RCC_NUM_CLOCK_MUX_SRC; i++) { in clock_mux_init()
135 RCC_NUM_CLOCK_MUX_SRC),
1333 for (i = 0; i < RCC_NUM_CLOCK_MUX_SRC; i++) { in connect_mux_sources()