Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-stm32.c639 unsigned int prer, pred_a, pred_s, pred_a_max, pred_s_max, cr; in stm32_rtc_init() local
647 pred_s_max = STM32_RTC_PRER_PRED_S >> STM32_RTC_PRER_PRED_S_SHIFT; in stm32_rtc_init()
649 if (rate > (pred_a_max + 1) * (pred_s_max + 1)) { in stm32_rtc_init()
658 if (pred_s <= pred_s_max && ((pred_s + 1) * (pred_a + 1)) == rate) in stm32_rtc_init()
674 if (pred_s > pred_s_max || pred_a > pred_a_max) { in stm32_rtc_init()