Lines Matching defs:fdc_softc
189 struct fdc_softc { struct
190 device_t sc_dev; /* boilerplate */
191 bus_space_tag_t sc_bustag;
193 struct callout sc_timo_ch; /* timeout callout */
194 struct callout sc_intr_ch; /* pseudo-intr callout */
196 struct fd_softc *sc_fd[4]; /* pointers to children */
198 enum fdc_state sc_state;
199 int sc_flags;
206 int sc_errors; /* number of retries so far */
207 int sc_overruns; /* number of DMA overruns */
208 int sc_cfg; /* current configuration */
209 struct fdcio sc_io;
244 int fdcattach(struct fdc_softc *, int); argument