Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dstm32_rcc.h69 u32 apb2rstr; /* RCC APB2 peripheral reset */ member
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h200 uint32_t apb2rstr; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c943 s->apb2rstr = 0x0; in stm32l4x5_rcc_reset_hold()
1011 retvalue = s->apb2rstr; in stm32l4x5_rcc_read()
1148 s->apb2rstr = value; in stm32l4x5_rcc_write()
1358 VMSTATE_UINT32(apb2rstr, Stm32l4x5RccState),
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c160 u32 apb2rstr; /* 0x98 APB2 Clock Register */ member