Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h219 Clock *hsi16_rc; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c494 clock_update_hz(s->hsi16_rc, HSI_FRQ); in rcc_update_cr_register()
501 clock_update_hz(s->hsi16_rc, HSI_FRQ); in rcc_update_cr_register()
507 clock_update(s->hsi16_rc, 0); in rcc_update_cr_register()
1242 QDEV_CLOCK_IN(Stm32l4x5RccState, hsi16_rc, NULL, 0),
1299 [RCC_CLOCK_MUX_SRC_HSI] = s->hsi16_rc, in connect_mux_sources()
1374 VMSTATE_CLOCK(hsi16_rc, Stm32l4x5RccState),