Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/isa/
H A Dwds.c103 struct wds_softc { struct
104 struct device sc_dev;
105 struct isadev sc_id;
106 void *sc_ih;
108 bus_space_tag_t sc_iot; /* bus identifier */
109 bus_space_handle_t sc_ioh; /* io handle */
110 int sc_irq, sc_drq;
112 int sc_revision;
114 struct wds_mbx sc_mbx;
116 struct wds_scb *sc_scbhash[SCB_HASH_SIZE];
[all …]