Lines Matching defs:emuxki_softc
220 struct emuxki_softc { struct
221 struct device sc_dev;
224 bus_space_tag_t sc_iot;
225 bus_space_handle_t sc_ioh;
226 bus_addr_t sc_iob;
227 bus_size_t sc_ios;
228 pci_chipset_tag_t sc_pc; /* PCI tag */
229 bus_dma_tag_t sc_dmat;
230 void *sc_ih; /* interrupt handler */
235 struct dmamem *ptb;
236 struct dmamem *silentpage;
238 struct emuxki_channel *channel[EMU_NUMCHAN];
239 struct emuxki_voice *recsrc[EMU_NUMRECSRCS];
244 u_int8_t timerstate;
247 struct ac97_host_if hostif;
248 struct ac97_codec_if *codecif;
249 struct device *sc_audev;
251 struct emuxki_voice *pvoice, *rvoice, *lvoice;
253 int sc_flags;