Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h274 #define TEE_TIME_MILLIS_BASE 1000 macro
289 if ((dst).millis >= TEE_TIME_MILLIS_BASE) { \
291 (dst).millis -= TEE_TIME_MILLIS_BASE; \
299 (dst).millis = (t1).millis + TEE_TIME_MILLIS_BASE - (t2).millis;\
/optee_os-3.20.0/core/arch/riscv/kernel/
A Dtee_time_rdtime.c18 time->millis = (tm % rate) / (rate / TEE_TIME_MILLIS_BASE); in riscv_get_sys_time()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dtee_time_arm_cntpct.c23 time->millis = (cntpct % cntfrq) / (cntfrq / TEE_TIME_MILLIS_BASE); in arm_cntpct_get_sys_time()
/optee_os-3.20.0/core/tee/
A Dtee_time_generic.c106 if (time->millis >= TEE_TIME_MILLIS_BASE) in tee_time_set_ta_time()
/optee_os-3.20.0/core/drivers/
A Datmel_tcb.c90 time->millis = (cv0 % tcb_rate) / (tcb_rate / TEE_TIME_MILLIS_BASE); in atmel_tcb_get_sys_time()

Completed in 5 milliseconds