Lines Matching defs:auglx_softc
165 struct auglx_softc { struct
166 struct device sc_dev;
167 void *sc_ih;
169 bus_space_tag_t sc_iot;
170 bus_space_handle_t sc_ioh;
171 bus_dma_tag_t sc_dmat;
178 struct auglx_ring {
189 } bm0, bm1; /* bm0: output, bm1: input */
191 struct auglx_dma *sc_dmas;
193 struct ac97_codec_if *codec_if;
194 struct ac97_host_if host_if;
196 int sc_dmamap_flags;