Searched refs:spu_timer_alloc (Results 1 – 3 of 3) sorted by relevance
46 extern int spu_timer_alloc (int interval, void (*func) (int));
60 spu_timer_alloc (int interval, void (*func) (int)) in spu_timer_alloc() function
326 timer_id = spu_timer_alloc (spu_timebase () / SAMPLE_INTERVAL, __sample); in __monstartup()