Searched refs:level14 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sparc/sparc/
H A Dtimer.c78 static struct intrhand level14; variable in typeref:struct:intrhand
251 level14.ih_fun = statintr_4;
259 level14.ih_fun = statintr_4m;
266 intr_establish(14, 0, &level14, NULL, true);
H A Dtimer_msiiep.c92 static struct intrhand level14 = { .ih_fun = statintr_msiiep }; variable in typeref:struct:intrhand
178 intr_establish(14, 0, &level14, NULL, false);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dclock.c289 struct intrhand *level14 = intrhand_alloc(); local
290 level14->ih_fun = statintr;
291 level14->ih_pil = PIL_STATCLOCK;
292 level14->ih_number = INTVEC(ma->ma_interrupts[1]);
293 level14->ih_clr = &timerreg_4u.t_clrintr[1];
294 intr_establish(PIL_STATCLOCK, true, level14);
295 printf(" and %lx", (u_long)level14->ih_number);

Completed in 128 milliseconds