Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Dstm32_rtc.c23 #define STM32_RTC_WPR 0x24 macro
98 writel(RTC_WPR_1ST_KEY, priv->base + STM32_RTC_WPR); in stm32_rtc_unlock()
99 writel(RTC_WPR_2ND_KEY, priv->base + STM32_RTC_WPR); in stm32_rtc_unlock()
106 writel(RTC_WPR_WRONG_KEY, priv->base + STM32_RTC_WPR); in stm32_rtc_lock()

Completed in 3 milliseconds