Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h318 #define TEE_TIME_MILLIS_BASE 1000 macro
333 if ((dst).millis >= TEE_TIME_MILLIS_BASE) { \
335 (dst).millis -= TEE_TIME_MILLIS_BASE; \
343 (dst).millis = (t1).millis + TEE_TIME_MILLIS_BASE - (t2).millis;\
/optee_os/core/arch/riscv/kernel/
H A Dtee_time_rdtime.c43 time->millis = (tm % rate) / (rate / TEE_TIME_MILLIS_BASE); in tee_time_get_sys_time()
/optee_os/core/arch/arm/kernel/
H A Dtee_time_arm_cntpct.c22 time->millis = (cntpct % cntfrq) / (cntfrq / TEE_TIME_MILLIS_BASE); in tee_time_get_sys_time()
/optee_os/core/tee/
H A Dtee_time_generic.c105 if (time->millis >= TEE_TIME_MILLIS_BASE) in tee_time_set_ta_time()
/optee_os/core/drivers/
H A Datmel_tcb.c95 time->millis = (cv0 % tcb_rate) / (tcb_rate / TEE_TIME_MILLIS_BASE); in tee_time_get_sys_time()