Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dsbdspvar.h94 struct sbdsp_softc { struct
95 device_t sc_dev; /* base device */
96 isa_chipset_tag_t sc_ic;
97 bus_space_tag_t sc_iot; /* tag */
98 bus_space_handle_t sc_ioh; /* handle */
99 void *sc_ih; /* interrupt vectoring */
100 kmutex_t sc_lock;
101 kmutex_t sc_intr_lock;
104 int sc_iobase; /* I/O port base address */
105 int sc_irq; /* interrupt */
[all …]