Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h192 uint32_t pllsai2cfgr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c752 reg = s->pllsai2cfgr; in rcc_update_pllsaixcfgr()
935 s->pllsai2cfgr = 0x00001000; in stm32l4x5_rcc_reset_hold()
984 retvalue = s->pllsai2cfgr; in stm32l4x5_rcc_read()
1103 s->pllsai2cfgr = value; in stm32l4x5_rcc_write()
1350 VMSTATE_UINT32(pllsai2cfgr, Stm32l4x5RccState),