Home
last modified time | relevance | path

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

/dev/timer/arm_generic/
A Darm_generic_timer.c179 uint64_t cntpct_interval = lk_time_to_cntpct(interval); in platform_set_oneshot_timer() local
184 if (cntpct_interval <= INT_MAX) in platform_set_oneshot_timer()
185 write_cntp_tval(cntpct_interval); in platform_set_oneshot_timer()
187 write_cntp_cval(read_cntpct() + cntpct_interval); in platform_set_oneshot_timer()

Completed in 5 milliseconds