Symbol: sbdsp_softc
sys/dev/isa/pas.c
96
struct sbdsp_softc sc_sbdsp; /* use sc_dev, sc_id, sc_ih,
sys/dev/isa/sb.c
126
sbmatch(struct sbdsp_softc *sc)
sys/dev/isa/sb.c
234
sbattach(struct sbdsp_softc *sc)
sys/dev/isa/sb.c
273
#define SBMPU(a) (&((struct sbdsp_softc *)addr)->sc_mpu_sc)
sys/dev/isa/sb_isa.c
140
struct sbdsp_softc *sc = (struct sbdsp_softc *)self;
sys/dev/isa/sb_isa.c
59
static int sbfind(struct device *, struct sbdsp_softc *, struct isa_attach_args *);
sys/dev/isa/sb_isa.c
65
sizeof(struct sbdsp_softc), sb_isa_match, sb_isa_attach
sys/dev/isa/sb_isa.c
78
struct sbdsp_softc probesc, *sc = &probesc;
sys/dev/isa/sb_isa.c
87
sbfind(struct device *parent, struct sbdsp_softc *sc,
sys/dev/isa/sb_isapnp.c
61
sizeof(struct sbdsp_softc), sb_isapnp_match, sb_isapnp_attach
sys/dev/isa/sb_isapnp.c
88
struct sbdsp_softc *sc = (struct sbdsp_softc *) self;
sys/dev/isa/sbdsp.c
1019
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
1030
sbdsp_set_timeconst(struct sbdsp_softc *sc, int tc)
sys/dev/isa/sbdsp.c
1042
sbdsp16_set_rate(struct sbdsp_softc *sc, int cmd, int rate)
sys/dev/isa/sbdsp.c
1057
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
1136
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
1188
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
1268
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
1329
struct sbdsp_softc *sc = arg;
sys/dev/isa/sbdsp.c
1387
sbdsp_set_mixer_gain(struct sbdsp_softc *sc, int port)
sys/dev/isa/sbdsp.c
1491
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
1680
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
177
void sbversion(struct sbdsp_softc *);
sys/dev/isa/sbdsp.c
1779
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
178
void sbdsp_jazz16_probe(struct sbdsp_softc *);
sys/dev/isa/sbdsp.c
179
void sbdsp_set_mixer_gain(struct sbdsp_softc *sc, int port);
sys/dev/isa/sbdsp.c
181
void sbdsp_pause(struct sbdsp_softc *);
sys/dev/isa/sbdsp.c
182
int sbdsp_set_timeconst(struct sbdsp_softc *, int);
sys/dev/isa/sbdsp.c
183
int sbdsp16_set_rate(struct sbdsp_softc *, int, int);
sys/dev/isa/sbdsp.c
184
int sbdsp_set_in_ports(struct sbdsp_softc *, int);
sys/dev/isa/sbdsp.c
195
void sb_printsc(struct sbdsp_softc *);
sys/dev/isa/sbdsp.c
198
sb_printsc(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
2095
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
2130
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
2154
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
2167
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
2178
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
2187
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
230
sbdsp_probe(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
254
sbdsp_jazz16_probe(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
325
sbdsp_attach(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
405
sbdsp_mix_write(struct sbdsp_softc *sc, int mixerport, int val)
sys/dev/isa/sbdsp.c
419
sbdsp_mix_read(struct sbdsp_softc *sc, int mixerport)
sys/dev/isa/sbdsp.c
442
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
634
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
658
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
673
sbdsp_set_in_ports(struct sbdsp_softc *sc, int mask)
sys/dev/isa/sbdsp.c
733
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
760
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
797
struct sbdsp_softc *sc = addr;
sys/dev/isa/sbdsp.c
821
sbdsp_reset(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
858
sbdsp_wdsp(struct sbdsp_softc *sc, int v)
sys/dev/isa/sbdsp.c
882
sbdsp_rdsp(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
913
sbdsp_pause(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
930
sbdsp_spkron(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
940
sbdsp_spkroff(struct sbdsp_softc *sc)
sys/dev/isa/sbdsp.c
951
sbversion(struct sbdsp_softc *sc)
sys/dev/isa/sbdspvar.h
196
int sbdsp_probe(struct sbdsp_softc *);
sys/dev/isa/sbdspvar.h
197
void sbdsp_attach(struct sbdsp_softc *);
sys/dev/isa/sbdspvar.h
224
int sbdsp_reset(struct sbdsp_softc *);
sys/dev/isa/sbdspvar.h
225
void sbdsp_spkron(struct sbdsp_softc *);
sys/dev/isa/sbdspvar.h
226
void sbdsp_spkroff(struct sbdsp_softc *);
sys/dev/isa/sbdspvar.h
228
int sbdsp_wdsp(struct sbdsp_softc *, int v);
sys/dev/isa/sbdspvar.h
229
int sbdsp_rdsp(struct sbdsp_softc *);
sys/dev/isa/sbdspvar.h
233
int sbdsp_set_sr(struct sbdsp_softc *, u_long *, int);
sys/dev/isa/sbdspvar.h
235
void sbdsp_mix_write(struct sbdsp_softc *, int, int);
sys/dev/isa/sbdspvar.h
236
int sbdsp_mix_read(struct sbdsp_softc *, int);
sys/dev/isa/sbvar.h
34
struct sbdsp_softc;
sys/dev/isa/sbvar.h
35
int sbmatch(struct sbdsp_softc *);
sys/dev/isa/sbvar.h
36
void sbattach(struct sbdsp_softc *);