Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h213 uint32_t ccipr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c828 FIELD_EX32(s->ccipr, CCIPR, _peripheral_name##SEL)) in rcc_update_ccipr()
956 s->ccipr = 0x0; in stm32l4x5_rcc_reset_hold()
1050 retvalue = s->ccipr; in stm32l4x5_rcc_read()
1208 s->ccipr = value; in stm32l4x5_rcc_write()
1371 VMSTATE_UINT32(ccipr, Stm32l4x5RccState),