Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu_clock_svcs.c36 volatile uint64_t __spu_tb_val __attribute__ ((aligned (16))); variable
63 __spu_tb_val = 0; in spu_clock_start()
88 time = __spu_tb_val + (__spu_tb_timeout - spu_readch (SPU_RdDec)); in spu_clock_read()
Dspu_timer_slih.c64 __spu_tb_val += __spu_tb_timeout - decval; in __reset_spu_decr()
79 __spu_tb_val += elapsed; in __update_spu_tb_val()
180 __spu_tb_val += __spu_tb_timeout; in spu_clock_slih()
Dspu_timer_internal.h120 extern volatile uint64_t __spu_tb_val;