| /netbsd/src/sys/arch/hp300/dev/ |
| D | mt.c | 102 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/ |
| D | mt.c | 132 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/ |
| D | fdcvar.h | 116 struct callout sc_intr_ch; /* pseudo-intr callout */ member
|
| D | fd.c | 360 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/ |
| D | fdcvar.h | 111 struct callout sc_intr_ch; /* pseudo-intr callout */ member
|
| D | fd.c | 270 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/ |
| D | hdfd.c | 194 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/ |
| D | fd.c | 161 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/ |
| D | fdc.c | 194 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/ |
| D | fd.c | 159 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/ |
| D | fd.c | 147 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/ |
| D | fd.c | 181 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()
|