Searched refs:TEE_TIME_MILLIS_BASE (Results 1 – 5 of 5) sorted by relevance
274 #define TEE_TIME_MILLIS_BASE 1000 macro289 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;\
18 time->millis = (tm % rate) / (rate / TEE_TIME_MILLIS_BASE); in riscv_get_sys_time()
23 time->millis = (cntpct % cntfrq) / (cntfrq / TEE_TIME_MILLIS_BASE); in arm_cntpct_get_sys_time()
106 if (time->millis >= TEE_TIME_MILLIS_BASE) in tee_time_set_ta_time()
90 time->millis = (cv0 % tcb_rate) / (tcb_rate / TEE_TIME_MILLIS_BASE); in atmel_tcb_get_sys_time()
Completed in 5 milliseconds