/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 *);
|
fdc_jazzio.c | 90 static void fdc_jazzio_dma_start(struct fdc_softc *, void *, size_t, int); 91 static void fdc_jazzio_dma_abort(struct fdc_softc *); 92 static void fdc_jazzio_dma_done(struct fdc_softc *); 96 struct fdc_softc sc_fdc; /* base fdc device */ 156 struct fdc_softc *fdc = &jsc->sc_fdc; 207 fdc_jazzio_dma_start(struct fdc_softc *fdc, void *addr, size_t size, 240 fdc_jazzio_dma_abort(struct fdc_softc *fdc) 250 fdc_jazzio_dma_done(struct fdc_softc *fdc)
|
fd.c | 225 static void fd_set_motor(struct fdc_softc *, int); 228 static int fdcresult(struct fdc_softc *); 229 static void fdcstart(struct fdc_softc *); 233 static void fdcretry(struct fdc_softc *); 264 fdcattach(struct fdc_softc *fdc) 292 struct fdc_softc *fdc = device_private(parent); 336 struct fdc_softc *fdc = device_private(parent); 486 struct fdc_softc *fdc = 506 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev)); 521 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev)) [all...] |
/src/sys/dev/isa/ |
fdcvar.h | 107 struct fdc_softc { struct 146 void fdcattach(struct fdc_softc *);
|
fdc_isa.c | 90 struct fdc_softc sc_fdc; /* base fdc device */ 186 struct fdc_softc *fdc = &isc->sc_fdc; 204 struct fdc_softc *fdc = &isc->sc_fdc;
|
fd.c | 204 static int fdcintr1(struct fdc_softc *); 264 void fd_set_motor(struct fdc_softc *fdc, int reset); 267 int fdcresult(struct fdc_softc *fdc); 268 void fdcstart(struct fdc_softc *fdc); 271 void fdcretry(struct fdc_softc *fdc); 307 struct fdc_softc *fdc = device_private(self); 318 struct fdc_softc *fdc = device_private(self); 338 struct fdc_softc *fdc = device_private(self); 350 struct fdc_softc *fdc = device_private(self); 370 fdcattach(struct fdc_softc *fdc [all...] |
/src/sys/dev/pcmcia/ |
fdc_pcmcia.c | 55 struct fdc_softc sc_fdc; /* real "fdc" softc */ 63 static void fdc_conf(struct fdc_softc *); 76 fdc_conf(struct fdc_softc *fdc) 143 struct fdc_softc *fdc = &psc->sc_fdc;
|
/src/sys/arch/hppa/gsc/ |
fdc_gsc.c | 52 CFATTACH_DECL_NEW(fdc_gsc, sizeof(struct fdc_softc), 78 struct fdc_softc *sc = device_private(self);
|
/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...] |
/src/sys/arch/alpha/sableio/ |
fdc_sableio.c | 59 struct fdc_softc sc_fdc; /* real "fdc" softc */ 83 struct fdc_softc *fdc = &sfdc->sc_fdc;
|
/src/sys/arch/i386/pnpbios/ |
fdc_pnpbios.c | 62 struct fdc_softc sc_fdc; /* base fdc device */ 86 struct fdc_softc *fdc = &pdc->sc_fdc;
|
/src/sys/arch/prep/pnpbus/ |
fdc_pnpbus.c | 61 struct fdc_softc sc_fdc; /* base fdc device */ 88 struct fdc_softc *fdc = &pdc->sc_fdc;
|
/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/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/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/dev/acpi/ |
fdc_acpi.c | 59 struct fdc_softc sc_fdc; 99 struct fdc_softc *sc = &asc->sc_fdc; 212 struct fdc_softc *sc = &asc->sc_fdc; 270 struct fdc_softc *sc = &asc->sc_fdc;
|
/src/sys/arch/atari/isa/ |
fdcisa.c | 89 struct fdc_softc sc_fdc; /* base fdc device */ 184 struct fdc_softc *fdc = &isc->sc_fdc;
|
/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...] |