Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c573 uint32_t pred_s_max = RTC_PRER_PREDIV_S_MASK >> RTC_PRER_PREDIV_S_SHIFT; in stm32_rtc_init() local
582 if (rate > (pred_a_max + 1) * (pred_s_max + 1)) in stm32_rtc_init()
596 if (pred_s <= pred_s_max && in stm32_rtc_init()
606 if (pred_s > pred_s_max || pred_a > pred_a_max) { in stm32_rtc_init()