Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h205 uint32_t apb1enr2; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c674 FIELD_EX32(s->apb1enr2, APB1ENR2, _peripheral_name##EN)) in rcc_update_apb1enr()
948 s->apb1enr2 = 0x0; in stm32l4x5_rcc_reset_hold()
1026 retvalue = s->apb1enr2; in stm32l4x5_rcc_read()
1169 s->apb1enr2 = value; in stm32l4x5_rcc_write()
1363 VMSTATE_UINT32(apb1enr2, Stm32l4x5RccState),