Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-stm32.c141 u16 prer; member
817 .prer = 0x10,
843 .prer = 0x10,
878 .prer = 0x10,
904 .prer = 0x10,
974 unsigned int prer, pred_a, pred_s, pred_a_max, pred_s_max, cr; in stm32_rtc_init() local
1020 prer = readl_relaxed(rtc->base + regs->prer); in stm32_rtc_init()
1021 prer &= STM32_RTC_PRER_PRED_S | STM32_RTC_PRER_PRED_A; in stm32_rtc_init()
1029 if ((cr & STM32_RTC_CR_FMT) == 0 && prer == (pred_s | pred_a)) in stm32_rtc_init()
1041 writel_relaxed(pred_s, rtc->base + regs->prer); in stm32_rtc_init()
[all …]