Home
last modified time | relevance | path

Searched refs:ahb2enr (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dstm32_rcc.h72 u32 ahb2enr; /* RCC AHB2 peripheral clock enable */ member
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h202 uint32_t ahb2enr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c634 FIELD_EX32(s->ahb2enr, AHB2ENR, _peripheral_name##EN)) in rcc_update_ahb2enr()
945 s->ahb2enr = 0x0; in stm32l4x5_rcc_reset_hold()
1017 retvalue = s->ahb2enr; in stm32l4x5_rcc_read()
1157 s->ahb2enr = value; in stm32l4x5_rcc_write()
1360 VMSTATE_UINT32(ahb2enr, Stm32l4x5RccState),
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c170 u32 ahb2enr; /* 0xdc AHB2 Clock Register */ member
182 #define RCC_AHB2ENR offsetof(struct stm32_rcc_regs, ahb2enr)