Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c111 #define PWR_D3CR 0x18 macro
368 clrsetbits_le32(pwr_base + PWR_D3CR, PWR_D3CR_VOS_MASK, in configure_clocks()
372 while (!(readl(pwr_base + PWR_D3CR) & PWR_D3CR_VOSREADY)) in configure_clocks()