Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h191 uint32_t pllsai1cfgr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c749 reg = s->pllsai1cfgr; in rcc_update_pllsaixcfgr()
934 s->pllsai1cfgr = 0x00001000; in stm32l4x5_rcc_reset_hold()
981 retvalue = s->pllsai1cfgr; in stm32l4x5_rcc_read()
1099 s->pllsai1cfgr = value; in stm32l4x5_rcc_write()
1349 VMSTATE_UINT32(pllsai1cfgr, Stm32l4x5RccState),