Lines Matching defs:cmpci_softc
188 struct cmpci_softc { struct
189 struct device sc_dev;
192 uint32_t sc_id;
193 uint32_t sc_class;
194 uint32_t sc_capable;
229 bus_space_tag_t sc_iot;
230 bus_space_handle_t sc_ioh;
232 bus_space_handle_t sc_mpu_ioh;
233 struct device *sc_mpudev;
236 pci_intr_handle_t *sc_ih;
239 bus_dma_tag_t sc_dmat;
240 cmpci_dmapool_t sc_dmap;
243 struct cmpci_channel sc_ch0, sc_ch1;
246 uint32_t sc_play_channel;
249 uint32_t sc_reg_misc;
252 uint32_t sc_version;
255 uint8_t sc_gain[CMPCI_NDEVS][2];
259 uint16_t sc_in_mask;