Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dclock.c263 timerreg_4u.t_clrintr = (int64_t *)(u_long)va[1]; in timerattach()
282 level10->ih_clr = &timerreg_4u.t_clrintr[0]; in timerattach()
293 level14->ih_clr = &timerreg_4u.t_clrintr[1]; in timerattach()
499 if (!timerreg_4u.t_timer || !timerreg_4u.t_clrintr) { in cpu_initclocks()
H A Dtimerreg.h127 volatile int64_t* t_clrintr; /* There are two of these, too. */ member