Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h234 uint64_t hse_frequency; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c472 clock_update_hz(s->hse, s->hse_frequency); in rcc_update_cr_register()
1391 if (s->hse_frequency < 4000000ULL || in stm32l4x5_rcc_realize()
1392 s->hse_frequency > 48000000ULL) { in stm32l4x5_rcc_realize()
1395 s->hse_frequency); in stm32l4x5_rcc_realize()
1431 hse_frequency, HSE_DEFAULT_FRQ),