HomeSort by: relevance | last modified time | path
    Searched defs:sc_motoron_ch (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/isa/
fdvar.h 65 struct callout sc_motoron_ch; member in struct:fd_softc
  /src/sys/arch/arc/jazz/
fd.c 153 struct callout sc_motoron_ch; member in struct:fd_softc
344 callout_init(&fd->sc_motoron_ch, 0);
830 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/atari/dev/
hdfd.c 255 struct callout sc_motoron_ch; member in struct:fd_softc
534 callout_init(&fd->sc_motoron_ch, 0);
1003 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/acorn32/mainbus/
fd.c 225 struct callout sc_motoron_ch; member in struct:fd_softc
504 callout_init(&fd->sc_motoron_ch, 0);
967 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/sparc64/dev/
fdc.c 300 struct callout sc_motoron_ch; member in struct:fd_softc
960 callout_init(&fd->sc_motoron_ch, 0);
1683 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/sparc/dev/
fd.c 268 struct callout sc_motoron_ch; member in struct:fd_softc
789 callout_init(&fd->sc_motoron_ch, 0);
1500 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/sun3/dev/
fd.c 244 struct callout sc_motoron_ch; member in struct:fd_softc
573 callout_init(&fd->sc_motoron_ch, 0);
1226 callout_reset(&fd->sc_motoron_ch, hz / 4,

Completed in 19 milliseconds