Searched refs:RCC_NUM_CHANNEL_PLL_OUT (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/misc/ |
H A D | stm32l4x5_rcc.h | 35 RCC_NUM_CHANNEL_PLL_OUT = 3 enumerator 168 Clock *channels[RCC_NUM_CHANNEL_PLL_OUT]; 172 bool channel_enabled[RCC_NUM_CHANNEL_PLL_OUT]; 178 bool channel_exists[RCC_NUM_CHANNEL_PLL_OUT]; 179 uint32_t channel_divider[RCC_NUM_CHANNEL_PLL_OUT];
|
H A D | stm32l4x5_rcc_internals.h | 341 const char *channel_name[RCC_NUM_CHANNEL_PLL_OUT]; 342 bool channel_exists[RCC_NUM_CHANNEL_PLL_OUT]; 343 uint32_t default_channel_divider[RCC_NUM_CHANNEL_PLL_OUT]; 403 for (i = 0; i < RCC_NUM_CHANNEL_PLL_OUT; i++) { in set_pll_init_info()
|
/openbmc/qemu/hw/misc/ |
H A D | stm32l4x5_rcc.c | 209 for (i = 0; i < RCC_NUM_CHANNEL_PLL_OUT; i++) { in pll_update() 255 for (i = 0; i < RCC_NUM_CHANNEL_PLL_OUT; i++) { in pll_init() 286 RCC_NUM_CHANNEL_PLL_OUT), 289 VMSTATE_BOOL_ARRAY(channel_enabled, RccPllState, RCC_NUM_CHANNEL_PLL_OUT), 290 VMSTATE_BOOL_ARRAY(channel_exists, RccPllState, RCC_NUM_CHANNEL_PLL_OUT), 291 VMSTATE_UINT32_ARRAY(channel_divider, RccPllState, RCC_NUM_CHANNEL_PLL_OUT),
|