Searched refs:sbdsp_softc (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | sbdspvar.h | 97 struct sbdsp_softc { struct 196 int sbdsp_probe(struct sbdsp_softc *); argument 197 void sbdsp_attach(struct sbdsp_softc *); 224 int sbdsp_reset(struct sbdsp_softc *); 225 void sbdsp_spkron(struct sbdsp_softc *); 226 void sbdsp_spkroff(struct sbdsp_softc *); 228 int sbdsp_wdsp(struct sbdsp_softc *, int v); 229 int sbdsp_rdsp(struct sbdsp_softc *); 233 int sbdsp_set_sr(struct sbdsp_softc *, u_long *, int); 235 void sbdsp_mix_write(struct sbdsp_softc *, int, int); [all …]
|
H A D | sb_isa.c | 59 static int sbfind(struct device *, struct sbdsp_softc *, struct isa_attach_args *); 65 sizeof(struct sbdsp_softc), sb_isa_match, sb_isa_attach 78 struct sbdsp_softc probesc, *sc = &probesc; in sb_isa_match() 87 sbfind(struct device *parent, struct sbdsp_softc *sc, in sbfind() 140 struct sbdsp_softc *sc = (struct sbdsp_softc *)self; in sb_isa_attach()
|
H A D | sbvar.h | 34 struct sbdsp_softc; 35 int sbmatch(struct sbdsp_softc *); 36 void sbattach(struct sbdsp_softc *);
|
H A D | sbdsp.c | 442 struct sbdsp_softc *sc = addr; in sbdsp_set_params() 634 struct sbdsp_softc *sc = addr; in sbdsp_set_ifilter() 658 struct sbdsp_softc *sc = addr; in sbdsp_get_ifilter() 733 struct sbdsp_softc *sc = addr; in sbdsp_speaker_ctl() 760 struct sbdsp_softc *sc = addr; in sbdsp_open() 797 struct sbdsp_softc *sc = addr; in sbdsp_close() 1019 struct sbdsp_softc *sc = addr; in sbdsp_haltdma() 1057 struct sbdsp_softc *sc = addr; in sbdsp_trigger_input() 1136 struct sbdsp_softc *sc = addr; in sbdsp_block_input() 1188 struct sbdsp_softc *sc = addr; in sbdsp_trigger_output() [all …]
|
H A D | sb_isapnp.c | 61 sizeof(struct sbdsp_softc), sb_isapnp_match, sb_isapnp_attach 88 struct sbdsp_softc *sc = (struct sbdsp_softc *) self; in sb_isapnp_attach()
|
H A D | sb.c | 126 sbmatch(struct sbdsp_softc *sc) in sbmatch() 234 sbattach(struct sbdsp_softc *sc) in sbattach() 273 #define SBMPU(a) (&((struct sbdsp_softc *)addr)->sc_mpu_sc)
|
H A D | pas.c | 96 struct sbdsp_softc sc_sbdsp; /* use sc_dev, sc_id, sc_ih,
|