Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dstm32_rcc.h65 u32 ahb2rstr; /* RCC AHB2 peripheral reset */ member
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h196 uint32_t ahb2rstr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c939 s->ahb2rstr = 0x0; in stm32l4x5_rcc_reset_hold()
999 retvalue = s->ahb2rstr; in stm32l4x5_rcc_read()
1128 s->ahb2rstr = value; in stm32l4x5_rcc_write()
1354 VMSTATE_UINT32(ahb2rstr, Stm32l4x5RccState),
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c154 u32 ahb2rstr; /* 0x84 AHB2 Peripheral Reset Register */ member