Searched defs:sbdsp_softc (Results 1 – 1 of 1) sorted by relevance
94 struct sbdsp_softc { struct95 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 …]