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 322 struct fd_softc fdsoftc; local in function:fdcattach
333 fdsoftc.unit = i;
334 fdsoftc.flags = 0;
335 st_dmagrab((dma_farg)fdcint, (dma_farg)fdtestdrv, &fdsoftc,
337 st_dmafree(&fdsoftc, &lock_stat);
339 if ((fdsoftc.flags & FLPF_NOTRESP) == 0) {
682 * Initialize some fields in the fdsoftc for the state-machine and get
1240 fdmoff(struct fd_softc *fdsoftc)
1250 callout_reset(&fdsoftc->sc_motor_ch, 10 * FLP_MONDELAY,
1251 (FPV)fdmotoroff, fdsoftc);
    [all...]
fd.c 322 struct fd_softc fdsoftc; local in function:fdcattach
333 fdsoftc.unit = i;
334 fdsoftc.flags = 0;
335 st_dmagrab((dma_farg)fdcint, (dma_farg)fdtestdrv, &fdsoftc,
337 st_dmafree(&fdsoftc, &lock_stat);
339 if ((fdsoftc.flags & FLPF_NOTRESP) == 0) {
682 * Initialize some fields in the fdsoftc for the state-machine and get
1240 fdmoff(struct fd_softc *fdsoftc)
1250 callout_reset(&fdsoftc->sc_motor_ch, 10 * FLP_MONDELAY,
1251 (FPV)fdmotoroff, fdsoftc);
    [all...]

Completed in 26 milliseconds