Home
last modified time | relevance | path

Searched refs:apb2enr (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dstm32_rcc.h76 u32 apb2enr; /* RCC APB2 peripheral clock enable */ member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c717 FIELD_EX32(s->apb2enr, APB2ENR, _peripheral_name##EN)) in rcc_update_apb2enr()
949 s->apb2enr = 0x0; in stm32l4x5_rcc_reset_hold()
1029 retvalue = s->apb2enr; in stm32l4x5_rcc_read()
1173 s->apb2enr = (s->apb2enr & APB2ENR_READ_SET_MASK) | value; in stm32l4x5_rcc_write()
1364 VMSTATE_UINT32(apb2enr, Stm32l4x5RccState),
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h206 uint32_t apb2enr; member
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c176 u32 apb2enr; /* 0xf0 APB2 Clock Register */ member
187 #define RCC_APB2ENR offsetof(struct stm32_rcc_regs, apb2enr)
H A Dclk_stm32f.c258 setbits_le32(&regs->apb2enr, RCC_APB2ENR_SYSCFGEN); in configure_clocks()