Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hp300/dev/
Dmt.c102 struct callout sc_intr_ch; member
207 callout_init(&sc->sc_intr_ch, 0); in mtattach()
688 callout_reset(&sc->sc_intr_ch, 4 * hz, spl_mtintr, sc); in mtstart()
821 callout_reset(&sc->sc_intr_ch, hz >> 5, spl_mtintr, sc); in mtintr()
839 callout_stop(&sc->sc_intr_ch); in mtintr()
890 callout_stop(&sc->sc_intr_ch); in mtintr()
/netbsd/src/sys/dev/gpib/
Dmt.c132 struct callout sc_intr_ch; member
248 callout_init(&sc->sc_intr_ch, 0); in mtattach()
744 callout_reset(&sc->sc_intr_ch, 4*hz, mtintr_callout, in mtstart()
858 callout_reset(&sc->sc_intr_ch, hz >> 5, mtintr_callout, sc); in mtintr()
876 callout_stop(&sc->sc_intr_ch); in mtintr()
929 callout_stop(&sc->sc_intr_ch); in mtintr()
/netbsd/src/sys/dev/isa/
Dfdcvar.h116 struct callout sc_intr_ch; /* pseudo-intr callout */ member
Dfd.c360 callout_destroy(&fdc->sc_intr_ch); in fdcdetach()
375 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
1218 callout_reset(&fdc->sc_intr_ch, hz / 50, fdcintrcb, fdc); in fdcintr1()
1310 callout_reset(&fdc->sc_intr_ch, hz / 30, fdcintrcb, fdc); in fdcintr1()
/netbsd/src/sys/arch/arc/jazz/
Dfdcvar.h111 struct callout sc_intr_ch; /* pseudo-intr callout */ member
Dfd.c270 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
918 callout_reset(&fdc->sc_intr_ch, hz / 50, fdcpseudointr, fdc); in fdcintr()
1010 callout_reset(&fdc->sc_intr_ch, hz / 30, fdcpseudointr, fdc); in fdcintr()
/netbsd/src/sys/arch/atari/dev/
Dhdfd.c194 struct callout sc_intr_ch; /* pseudo-intr callout */ member
445 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
1119 callout_reset(&fdc->sc_intr_ch, hz / 50, fdcpseudointr, fdc); in fdcintr()
1218 callout_reset(&fdc->sc_intr_ch, hz / 30, fdcpseudointr, fdc); in fdcintr()
/netbsd/src/sys/arch/acorn32/mainbus/
Dfd.c161 struct callout sc_intr_ch; /* pseudo-intr callout */ member
408 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
1100 callout_reset(&fdc->sc_intr_ch, hz / 50, fdcpseudointr, fdc); in fdcintr()
1198 callout_reset(&fdc->sc_intr_ch, hz / 30, fdcpseudointr, fdc); in fdcintr()
/netbsd/src/sys/arch/sparc64/dev/
Dfdc.c194 struct callout sc_intr_ch; /* pseudo-intr callout */ member
784 callout_init(&fdc->sc_intr_ch, 0);
822 callout_stop(&fdc->sc_intr_ch);
846 callout_stop(&fdc->sc_intr_ch);
1849 callout_reset(&fdc->sc_intr_ch, hz / 50,
2016 callout_reset(&fdc->sc_intr_ch, hz / 30,
/netbsd/src/sys/arch/sun3/dev/
Dfd.c159 struct callout sc_intr_ch; /* pseudo-intr callout */ member
432 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
1363 callout_reset(&fdc->sc_intr_ch, hz / 50, in fdcstate()
1508 callout_reset(&fdc->sc_intr_ch, hz / 30, in fdcstate()
/netbsd/src/sys/arch/x68k/dev/
Dfd.c147 struct callout sc_intr_ch; /* pseudo-intr callout */ member
479 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
1398 callout_reset(&fdc->sc_intr_ch, hz / 50, fdcpseudointr, fdc); in fdcintr()
1513 callout_reset(&fdc->sc_intr_ch, hz / 30, fdcpseudointr, fdc); in fdcintr()
/netbsd/src/sys/arch/sparc/dev/
Dfd.c181 struct callout sc_intr_ch; /* pseudo-intr callout */ member
629 callout_init(&fdc->sc_intr_ch, 0); in fdcattach()
1664 callout_reset(&fdc->sc_intr_ch, hz / 50, in fdcstate()
1830 callout_reset(&fdc->sc_intr_ch, hz / 30, in fdcstate()