HomeSort by: relevance | last modified time | path
    Searched refs:motor_ch (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mac68k/obio/
iwm_fdvar.h 135 struct callout motor_ch; /* motor callout */ member in struct:fd_softc
iwm_fd.c 458 callout_init(&fd->motor_ch, 0);
952 callout_stop(&fd->motor_ch);
1477 callout_reset(&fd->motor_ch, 10 * hz, motor_off, fd);
  /src/sys/arch/amiga/dev/
fd.c 152 struct callout motor_ch; member in struct:fd_softc
421 callout_init(&sc->motor_ch, 0);
1447 callout_reset(&sc->motor_ch, 3 * hz / 2, fdmotoroff, sc);
1459 callout_stop(&sc->motor_ch);
1475 callout_reset(&sc->motor_ch, 3 * hz / 2, fdmotoroff, sc);
1523 callout_stop(&sc->motor_ch);

Completed in 14 milliseconds