Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/playstation2/ee/
H A Dtimervar.h36 int timer3_intr(void *);
H A Dtimer.c139 timer3_intr(void *arg) in timer3_intr() function
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dinterrupt.c111 intc_intr_establish(I_CH12_TIMER3, IPL_SOFTNET, timer3_intr, 0); in interrupt_init()