Searched defs:ce4231_softc (Results 1 – 1 of 1) sorted by relevance
64 struct ce4231_softc { struct65 struct device sc_dev; /* base device */66 struct intrhand sc_ih; /* interrupt vectoring */67 bus_dma_tag_t sc_dmatag;68 bus_space_tag_t sc_bustag; /* CS4231/DMA register tag */69 bus_space_handle_t sc_cshandle; /* CS4231 handle */70 bus_space_handle_t sc_cdmahandle; /* capture DMA handle */71 bus_space_handle_t sc_pdmahandle; /* playback DMA handle */72 bus_space_handle_t sc_auxhandle; /* AUX handle */73 int sc_open; /* already open? */[all …]