Home | History | Annotate | Download | only in dev

Lines Matching defs:fdc_softc

176 struct fdc_softc {
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 *);
353 int fdc_diskchange(struct fdc_softc *);
359 int fdcstate(struct fdc_softc *);
360 void fdcretry(struct fdc_softc *);
365 static int fdconf(struct fdc_softc *);
367 struct fdc_softc *,
430 establish_chip_type(struct fdc_softc *fdc,
508 fdconf(struct fdc_softc *fdc)
557 struct fdc_softc *fdc = device_private(self);
586 struct fdc_softc *fdc = device_private(self);
622 fdcattach(struct fdc_softc *fdc, int pri)
707 struct fdc_softc *fdc = device_private(parent);
781 struct fdc_softc *fdc = device_private(parent);
913 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
931 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
946 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
973 fdc_reset(struct fdc_softc *fdc)
998 fd_set_motor(struct fdc_softc *fdc)
1043 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
1059 fdcresult(struct fdc_softc *fdc)
1090 fdc_wrfifo(struct fdc_softc *fdc, uint8_t x)
1109 fdc_diskchange(struct fdc_softc *fdc)
1208 fdcstart(struct fdc_softc *fdc)
1223 fdcpstatus(int n, struct fdc_softc *fdc)
1254 fdcstatus(struct fdc_softc *fdc, const char *s)
1283 struct fdc_softc *fdc = arg;
1311 struct fdc_softc *fdc = arg;
1331 struct fdc_softc *fdc = arg;
1407 struct fdc_softc *fdc = arg;
1427 fdcstate(struct fdc_softc *fdc)
1876 fdcretry(struct fdc_softc *fdc)
1952 struct fdc_softc *fdc;
2306 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));