Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dstm32l4x5_rcc.c498 clock_update_hz(s->hsi16_rc, HSI_FRQ); in rcc_update_cr_register()
505 clock_update_hz(s->hsi16_rc, HSI_FRQ); in rcc_update_cr_register()
511 clock_update(s->hsi16_rc, 0); in rcc_update_cr_register()
1246 QDEV_CLOCK_IN(Stm32l4x5RccState, hsi16_rc, NULL, 0),
1303 [RCC_CLOCK_MUX_SRC_HSI] = s->hsi16_rc, in connect_mux_sources()
1378 VMSTATE_CLOCK(hsi16_rc, Stm32l4x5RccState),
/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h219 Clock *hsi16_rc; member