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 { struct155 device_t sc_dev; /* boilerplate */156 void * sc_reg;158 struct callout sc_timo_ch; /* timeout callout */159 struct callout sc_intr_ch; /* pseudo-intr callout */161 struct fd_softc *sc_fd[4]; /* pointers to children */163 enum fdc_state sc_state;164 int sc_flags;191 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc), argument
176 struct fdc_softc { struct177 device_t sc_dev;178 bus_space_tag_t sc_bustag;180 struct callout sc_timo_ch; /* timeout callout */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;[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 */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;[all …]
190 struct fdc_softc { struct209 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc), argument