Searched defs:fdc_softc (Results 1 – 8 of 8) sorted by relevance
107 struct fdc_softc { struct108 device_t sc_dev; /* boilerplate */109 void *sc_ih;111 bus_space_tag_t sc_iot; /* ISA i/o space identifier */112 bus_space_handle_t sc_ioh; /* ISA io handle */113 isa_chipset_tag_t sc_ic; /* ISA chipset info */115 struct callout sc_timo_ch; /* timeout callout */116 struct callout sc_intr_ch; /* pseudo-intr callout */146 void fdcattach(struct fdc_softc *); argument
103 struct fdc_softc { struct122 void (*sc_dma_start)(struct fdc_softc *, void *, size_t, int); argument123 void (*sc_dma_abort)(struct fdc_softc *); argument124 void (*sc_dma_done)(struct fdc_softc *); argument
153 struct fdc_softc { struct154 device_t sc_dev; /* boilerplate */155 void *sc_ih;180 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc), argument
142 struct fdc_softc { struct164 static void fdcreset(struct fdc_softc *); argument
154 struct fdc_softc { struct 191 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc), argument 155 sc_devfdc_softc global() argument 156 sc_regfdc_softc global() argument 158 sc_timo_chfdc_softc global() argument 159 sc_intr_chfdc_softc global() argument 161 sc_fdfdc_softc global() argument 163 sc_statefdc_softc global() argument 164 sc_flagsfdc_softc global() argument [all...]
176 struct fdc_softc { struct177 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 */[all …]
189 struct fdc_softc { struct190 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 */[all …]
190 struct fdc_softc { struct209 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc), argument