Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/playstation2/ee/
H A Dtimer.c55 STATIC int timer0_intr(void *);
79 intc_intr_establish(I_CH9_TIMER0, IPL_CLOCK, timer0_intr, 0); in timer_clock_init()
100 timer0_intr(void *arg) in timer0_intr() function