Home | History | Annotate | Download | only in isa

Lines Matching defs:sbdsp_softc

94 struct sbdsp_softc {
205 int sbdsp_probe(struct sbdsp_softc *, cfdata_t);
206 void sbdsp_attach(struct sbdsp_softc *);
236 int sbdsp_reset(struct sbdsp_softc *);
237 void sbdsp_spkron(struct sbdsp_softc *);
238 void sbdsp_spkroff(struct sbdsp_softc *);
240 int sbdsp_wdsp(struct sbdsp_softc *, int);
241 int sbdsp_rdsp(struct sbdsp_softc *);
245 int sbdsp_set_sr(struct sbdsp_softc *, u_long *, int);
247 void sbdsp_mix_write(struct sbdsp_softc *, int, int);
248 int sbdsp_mix_read(struct sbdsp_softc *, int);