Home
last modified time | relevance | path

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

/netbsd/sys/arch/sparc64/sparc64/
H A Dtimerreg.h115 struct timer_4u { struct
126 struct timer_4u* t_timer; /* There are two of them */ argument
H A Dclock.c143 void stopcounter(struct timer_4u *);
262 timerreg_4u.t_timer = (struct timer_4u *)(u_long)va[0]; in timerattach()
342 stopcounter(struct timer_4u *creg) in stopcounter()
344 volatile struct timer_4u *reg = creg; in stopcounter()