Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h204 uint32_t apb1enr1; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c671 FIELD_EX32(s->apb1enr1, APB1ENR1, _peripheral_name##EN)) in rcc_update_apb1enr()
947 s->apb1enr1 = 0x0; in stm32l4x5_rcc_reset_hold()
1023 retvalue = s->apb1enr1; in stm32l4x5_rcc_read()
1165 s->apb1enr1 = value; in stm32l4x5_rcc_write()
1362 VMSTATE_UINT32(apb1enr1, Stm32l4x5RccState),