pred_a_max 634 drivers/rtc/rtc-stm32.c unsigned int prer, pred_a, pred_s, pred_a_max, pred_s_max, cr; pred_a_max 641 drivers/rtc/rtc-stm32.c pred_a_max = STM32_RTC_PRER_PRED_A >> STM32_RTC_PRER_PRED_A_SHIFT; pred_a_max 644 drivers/rtc/rtc-stm32.c for (pred_a = pred_a_max; pred_a + 1 > 0; pred_a--) { pred_a_max 655 drivers/rtc/rtc-stm32.c if ((pred_s > pred_s_max) || (pred_a > pred_a_max)) { pred_a_max 656 drivers/rtc/rtc-stm32.c pred_a = pred_a_max;