Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/rtc/
Drtc-stm32.c634 unsigned int prer, pred_a, pred_s, pred_a_max, pred_s_max, cr; in stm32_rtc_init() local
641 pred_a_max = STM32_RTC_PRER_PRED_A >> STM32_RTC_PRER_PRED_A_SHIFT; in stm32_rtc_init()
644 for (pred_a = pred_a_max; pred_a + 1 > 0; pred_a--) { in stm32_rtc_init()
655 if ((pred_s > pred_s_max) || (pred_a > pred_a_max)) { in stm32_rtc_init()
656 pred_a = pred_a_max; in stm32_rtc_init()