Home
last modified time | relevance | path

Searched defs:fdc_softc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/isa/
H A Dfdlink.h84 struct fdc_softc { struct
85 struct device sc_dev; /* boilerplate */
86 struct isadev sc_id;
87 void *sc_ih;
89 bus_space_tag_t sc_iot; /* ISA chipset identifier */
90 bus_space_handle_t sc_ioh; /* ISA io handle */
91 bus_space_handle_t sc_ioh_ctl; /* ISA io handle */
93 int sc_drq;
117 int fdcresult(struct fdc_softc *); argument
/openbsd-src/sys/arch/sparc64/dev/
H A Dfd.c182 struct fdc_softc { struct
183 struct device sc_dev; /* boilerplate */
184 bus_space_tag_t sc_bustag;
186 struct timeout fdctimeout_to;
187 struct timeout fdcpseudointr_to;
189 struct fd_softc *sc_fd[4]; /* pointers to children */
191 enum fdc_state sc_state;
192 int sc_flags;
219 int fdcattach(struct fdc_softc *, int); argument