Lines Matching defs:fdc_softc
189 struct fdc_softc {
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 *);
384 void fdcstatus(struct fdc_softc *, const char *);
385 void fdc_reset(struct fdc_softc *);
386 int fdc_diskchange(struct fdc_softc *);
392 int fdcstate(struct fdc_softc *);
393 void fdcretry(struct fdc_softc *);
398 static int fdconf(struct fdc_softc *);
400 struct fdc_softc *,
484 establish_chip_type(struct fdc_softc *fdc,
564 fdconf(struct fdc_softc *fdc)
614 struct fdc_softc *fdc = device_private(self);
643 struct fdc_softc *fdc = device_private(self);
682 struct fdc_softc *fdc = device_private(self);
726 struct fdc_softc *fdc = device_private(self);
777 fdcattach(struct fdc_softc *fdc, int pri)
875 struct fdc_softc *fdc = device_private(parent);
953 struct fdc_softc *fdc = device_private(parent);
1090 struct fdc_softc *fdc = device_private(
1109 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
1124 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
1151 fdc_reset(struct fdc_softc *fdc)
1176 fd_set_motor(struct fdc_softc *fdc)
1223 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
1239 fdcresult(struct fdc_softc *fdc)
1270 fdc_wrfifo(struct fdc_softc *fdc, uint8_t x)
1289 fdc_diskchange(struct fdc_softc *fdc)
1391 fdcstart(struct fdc_softc *fdc)
1406 fdcpstatus(struct fdc_softc *fdc)
1421 fdcstatus(struct fdc_softc *fdc, const char *s)
1467 struct fdc_softc *fdc = arg;
1494 struct fdc_softc *fdc = arg;
1514 struct fdc_softc *fdc = arg;
1590 struct fdc_softc *fdc = arg;
1610 fdcstate(struct fdc_softc *fdc)
2063 fdcretry(struct fdc_softc *fdc)
2136 struct fdc_softc *fdc;
2490 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));