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

  /src/sys/arch/arc/jazz/
fdcvar.h 103 struct fdc_softc { struct
122 void (*sc_dma_start)(struct fdc_softc *, void *, size_t, int);
123 void (*sc_dma_abort)(struct fdc_softc *);
124 void (*sc_dma_done)(struct fdc_softc *);
134 void fdcattach(struct fdc_softc *);
  /src/sys/dev/isa/
fdcvar.h 107 struct fdc_softc { struct
146 void fdcattach(struct fdc_softc *);
  /src/sys/arch/atari/dev/
hdfd.c 190 struct fdc_softc { struct
209 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
320 void fd_set_motor(struct fdc_softc *, int);
323 int fdcresult(struct fdc_softc *);
326 void fdcstart(struct fdc_softc *);
331 void fdcretry(struct fdc_softc *);
418 struct fdc_softc *fdc = device_private(self);
474 struct fdc_softc *fdc = device_private(parent);
527 struct fdc_softc *fdc = device_private(parent);
658 struct fdc_softc *fdc
    [all...]
  /src/sys/arch/acorn32/mainbus/
fd.c 153 struct fdc_softc { struct
180 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
304 void fd_set_motor(struct fdc_softc *fdc, int reset);
307 int fdcresult(struct fdc_softc *fdc);
309 void fdcstart(struct fdc_softc *fdc);
314 void fdcretry(struct fdc_softc *fdc);
384 struct fdc_softc *fdc = device_private(self);
441 struct fdc_softc *fdc = device_private(parent);
496 struct fdc_softc *fdc = device_private(parent);
619 struct fdc_softc *fdc
    [all...]
  /src/sys/arch/sparc64/dev/
fdc.c 189 struct fdc_softc { struct
244 int fdcattach(struct fdc_softc *, int);
247 CFATTACH_DECL_NEW(fdc_mainbus, sizeof(struct fdc_softc),
250 CFATTACH_DECL_NEW(fdc_obio, sizeof(struct fdc_softc),
253 CFATTACH_DECL_NEW(fdc_sbus, sizeof(struct fdc_softc),
256 CFATTACH_DECL_NEW(fdc_ebus, sizeof(struct fdc_softc),
378 void fd_set_motor(struct fdc_softc *);
381 int fdcresult(struct fdc_softc *);
382 int fdc_wrfifo(struct fdc_softc *, uint8_t);
383 void fdcstart(struct fdc_softc *);
    [all...]
  /src/sys/arch/sparc/dev/
fd.c 176 struct fdc_softc { struct
220 int fdcattach(struct fdc_softc *, int);
222 CFATTACH_DECL_NEW(fdc_mainbus, sizeof(struct fdc_softc),
225 CFATTACH_DECL_NEW(fdc_obio, sizeof(struct fdc_softc),
345 void fd_set_motor(struct fdc_softc *);
348 int fdcresult(struct fdc_softc *);
349 int fdc_wrfifo(struct fdc_softc *, uint8_t);
350 void fdcstart(struct fdc_softc *);
351 void fdcstatus(struct fdc_softc *, const char *);
352 void fdc_reset(struct fdc_softc *);
    [all...]
  /src/sys/arch/x68k/dev/
fd.c 142 struct fdc_softc { struct
164 static void fdcreset(struct fdc_softc *);
171 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
305 static void fd_set_motor(struct fdc_softc *, int);
310 static int fdcresult(struct fdc_softc *);
312 static void fdcstart(struct fdc_softc *);
318 static void fdcretry(struct fdc_softc *);
322 static int fdcpoll(struct fdc_softc *);
324 static void fd_do_eject(struct fdc_softc *, int);
329 inline static void fdc_dmastart(struct fdc_softc *, int, void *, vsize_t)
    [all...]
  /src/sys/arch/sun3/dev/
fd.c 154 struct fdc_softc { struct
191 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
316 static void fd_set_motor(struct fdc_softc *);
319 static int fdcresult(struct fdc_softc *);
320 static int out_fdc(struct fdc_softc *, u_char);
321 static void fdcstart(struct fdc_softc *);
323 static void fdc_reset(struct fdc_softc *);
328 static int fdcstate(struct fdc_softc *);
329 static void fdcretry(struct fdc_softc *);
332 static void fd_do_eject(struct fdc_softc *, int)
    [all...]

Completed in 16 milliseconds