Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dstm32_rcc.h64 u32 ahb1rstr; /* RCC AHB1 peripheral reset */ member
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h195 uint32_t ahb1rstr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c938 s->ahb1rstr = 0x0; in stm32l4x5_rcc_reset_hold()
996 retvalue = s->ahb1rstr; in stm32l4x5_rcc_read()
1123 s->ahb1rstr = value; in stm32l4x5_rcc_write()
1353 VMSTATE_UINT32(ahb1rstr, Stm32l4x5RccState),
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c153 u32 ahb1rstr; /* 0x80 AHB1 Peripheral Reset Register */ member