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

  /src/sys/arch/atari/dev/
fd.c 321 struct fd_softc fdsoftc; local
332 fdsoftc.unit = i;
333 fdsoftc.flags = 0;
334 st_dmagrab((dma_farg)fdcint, (dma_farg)fdtestdrv, &fdsoftc,
336 st_dmafree(&fdsoftc, &lock_stat);
338 if ((fdsoftc.flags & FLPF_NOTRESP) == 0) {
679 * Initialize some fields in the fdsoftc for the state-machine and get
1237 fdmoff(struct fd_softc *fdsoftc)
1247 callout_reset(&fdsoftc->sc_motor_ch, 10 * FLP_MONDELAY,
1248 (FPV)fdmotoroff, fdsoftc);
    [all...]
fd.c 321 struct fd_softc fdsoftc; local
332 fdsoftc.unit = i;
333 fdsoftc.flags = 0;
334 st_dmagrab((dma_farg)fdcint, (dma_farg)fdtestdrv, &fdsoftc,
336 st_dmafree(&fdsoftc, &lock_stat);
338 if ((fdsoftc.flags & FLPF_NOTRESP) == 0) {
679 * Initialize some fields in the fdsoftc for the state-machine and get
1237 fdmoff(struct fd_softc *fdsoftc)
1247 callout_reset(&fdsoftc->sc_motor_ch, 10 * FLP_MONDELAY,
1248 (FPV)fdmotoroff, fdsoftc);
    [all...]

Completed in 94 milliseconds