Home
last modified time | relevance | path

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

/qemu/include/hw/misc/
H A Dstm32l4x5_rcc_internals.h342 bool channel_exists[RCC_NUM_CHANNEL_PLL_OUT]; member
356 .channel_exists = {
371 .channel_exists = {
386 .channel_exists = {
405 pll->channel_exists[i] = PLL_INIT_INFO[id].channel_exists[i]; in set_pll_init_info()
H A Dstm32l4x5_rcc.h178 bool channel_exists[RCC_NUM_CHANNEL_PLL_OUT]; member
/qemu/hw/misc/
H A Dstm32l4x5_rcc.c210 if (!pll->channel_exists[i]) { in pll_update()
290 VMSTATE_BOOL_ARRAY(channel_exists, RccPllState, RCC_NUM_CHANNEL_PLL_OUT),