Home
last modified time | relevance | path

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

/optee_os/core/drivers/counter/
H A Dstm32_stgen.c124 signed long long nb_pm_count_ticks = 0; in stm32_stgen_pm_resume() local
135 nb_pm_count_ticks = rtc_diff_calendar_tick(&cur_calendar, in stm32_stgen_pm_resume()
138 if (nb_pm_count_ticks < 0 || nb_pm_count_ticks == LLONG_MAX) in stm32_stgen_pm_resume()
142 if (ADD_OVERFLOW(counter_val, nb_pm_count_ticks, &counter_val)) in stm32_stgen_pm_resume()
158 (nb_pm_count_ticks * 1000) / clock_src_rate); in stm32_stgen_pm_resume()