Lines Matching defs:fdc_softc
176 struct fdc_softc { struct
177 device_t sc_dev;
178 bus_space_tag_t sc_bustag;
180 struct callout sc_timo_ch; /* timeout callout */
181 struct callout sc_intr_ch; /* pseudo-intr callout */
183 struct fd_softc *sc_fd[4]; /* pointers to children */
185 enum fdc_state sc_state;
186 int sc_flags;
191 int sc_errors; /* number of retries so far */
192 int sc_overruns; /* number of DMA overruns */
193 int sc_cfg; /* current configuration */
194 struct fdcio sc_io;
220 int fdcattach(struct fdc_softc *, int); argument