Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/bl32/tsp/
A Dtsp_timer.c19 uint64_t cval; member
30 uint64_t cval; in tsp_generic_timer_start() local
34 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start()
35 write_cntps_cval_el1(cval); in tsp_generic_timer_start()
76 pcpu_timer_context[linear_id].cval = read_cntps_cval_el1(); in tsp_generic_timer_save()
89 write_cntps_cval_el1(pcpu_timer_context[linear_id].cval); in tsp_generic_timer_restore()
/tf-a-ffa_el3_spmc/plat/mediatek/mt8173/drivers/timer/
A Dmt_cpuxgpt.c29 uint64_t cval; in generic_timer_backup() local
31 cval = read_cntpct_el0(); in generic_timer_backup()
32 cpuxgpt_set_init_cnt((uint32_t)(cval >> 32), in generic_timer_backup()
33 (uint32_t)(cval & 0xffffffff)); in generic_timer_backup()
/tf-a-ffa_el3_spmc/plat/mediatek/common/drivers/timer/
A Dmt_timer.c24 uint64_t cval; in sched_clock() local
28 cval = ((rel_base * 1000U) / SYS_COUNTER_FREQ_IN_MHZ) in sched_clock()
30 return cval; in sched_clock()
/tf-a-ffa_el3_spmc/plat/mediatek/mt6795/drivers/timer/
A Dmt_cpuxgpt.c31 uint64_t cval; in sched_clock() local
33 cval = (((read_cntpct_el0() - atf_time_base)*1000)/ in sched_clock()
35 return cval; in sched_clock()

Completed in 4 milliseconds