Home
last modified time | relevance | path

Searched refs:RCC_BDCR_VSWRST (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dcpu.c21 #define RCC_BDCR_VSWRST BIT(31) macro
76 setbits_le32(RCC_BDCR, RCC_BDCR_VSWRST); in security_init()
77 while (!(readl(RCC_BDCR) & RCC_BDCR_VSWRST)) in security_init()
79 clrbits_le32(RCC_BDCR, RCC_BDCR_VSWRST); in security_init()
/openbmc/linux/drivers/clk/stm32/
H A Dstm32mp13_rcc.h348 #define RCC_BDCR_VSWRST BIT(31) macro