Searched refs:ad1848_softc (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dcs4231var.h44 int cs4231_set_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
45 int cs4231_get_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
46 int cs4231_set_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
47 int cs4231_get_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
48 void cs4231_mute_mono(struct ad1848_softc *, int /* onoff */);
49 void cs4231_mute_line(struct ad1848_softc *, int /* onoff */);
50 void cs4231_mute_monitor(struct ad1848_softc *, int /* onoff */);
H A Dad1848var.h71 struct ad1848_softc sc_ad1848; /* AD1848 device */
H A Dad1848_isa.c131 static int ad1848_isa_read( struct ad1848_softc *, int);
132 static void ad1848_isa_write( struct ad1848_softc *, int, int);
135 ad1848_isa_read(struct ad1848_softc *sc, int index)
142 ad1848_isa_write(struct ad1848_softc *sc, int index, int value)
154 struct ad1848_softc *sc;
181 struct ad1848_softc *sc;
429 struct ad1848_softc *sc;
442 struct ad1848_softc *sc;
480 struct ad1848_softc *sc;
539 struct ad1848_softc *s
[all...]
H A Dwss.c115 struct ad1848_softc *ac;
212 struct ad1848_softc *ac;
221 struct ad1848_softc *ac;
448 struct ad1848_softc *ac;
452 ac = (struct ad1848_softc *)&sc->sc_ad1848;
H A Dym.c200 struct ad1848_softc *ac;
403 struct ad1848_softc *ac;
561 struct ad1848_softc *ac;
709 struct ad1848_softc *ac;
815 struct ad1848_softc *ac;
1080 struct ad1848_softc *ac;
1092 struct ad1848_softc *ac;
1197 struct ad1848_softc *ac;
H A Dwss_isa.c127 struct ad1848_softc *ac;
235 struct ad1848_softc *ac;
/netbsd-current/sys/dev/ic/
H A Dad1848var.h97 struct ad1848_softc { struct
104 int (*sc_readreg)(struct ad1848_softc *, int);
105 void (*sc_writereg)(struct ad1848_softc *, int, int);
159 int ad_read(struct ad1848_softc *, int);
160 int ad_xread(struct ad1848_softc *, int);
161 void ad_write(struct ad1848_softc *, int, int);
162 void ad_xwrite(struct ad1848_softc *, int, int);
164 void ad1848_attach(struct ad1848_softc *);
165 void ad1848_reset(struct ad1848_softc *);
169 int ad1848_mixer_get_port(struct ad1848_softc *, cons
[all...]
H A Dad1848.c135 void ad1848_dump_regs(struct ad1848_softc *);
233 ad_read(struct ad1848_softc *sc, int reg)
244 ad_write(struct ad1848_softc *sc, int reg, int data)
258 ad_xread(struct ad1848_softc *sc, int reg)
270 ad_xwrite(struct ad1848_softc *sc, int reg, int val)
279 ad_set_MCE(struct ad1848_softc *sc, int state)
290 wait_for_calibration(struct ad1848_softc *sc)
356 ad1848_dump_regs(struct ad1848_softc *sc)
383 ad1848_attach(struct ad1848_softc *sc)
466 ad1848_mute_channel(struct ad1848_softc *s
[all...]
H A Dcs4231var.h74 struct ad1848_softc sc_ad1848; /* base device */
H A Dcs4231.c92 static int cs4231_read(struct ad1848_softc *, int);
93 static void cs4231_write(struct ad1848_softc *, int, int);
96 cs4231_read(struct ad1848_softc *sc, int index)
103 cs4231_write(struct ad1848_softc *sc, int index, int value)
404 struct ad1848_softc *ac;
414 struct ad1848_softc *ac;
/netbsd-current/sys/arch/amiga/dev/
H A Dtoccata.c162 int toccata_readreg(struct ad1848_softc *, int);
163 void toccata_writereg(struct ad1848_softc *, int, int);
208 struct ad1848_softc sc_ad;
250 struct ad1848_softc *asc;
353 toccata_readreg(struct ad1848_softc *asc, int offset)
363 toccata_writereg(struct ad1848_softc *asc, int offset, int value)
377 struct ad1848_softc *asc;
399 struct ad1848_softc *asc;
603 struct ad1848_softc *ac;
614 struct ad1848_softc *a
[all...]
/netbsd-current/sys/dev/isapnp/
H A Dym_isapnp.c106 struct ad1848_softc *ac;
H A Dwss_isapnp.c90 struct ad1848_softc *ac;
/netbsd-current/sys/dev/acpi/
H A Dym_acpi.c91 struct ad1848_softc *ac = &sc->sc_ad1848.sc_ad1848;
/netbsd-current/sys/arch/i386/pnpbios/
H A Dym_pnpbios.c84 struct ad1848_softc *ac = &sc->sc_ad1848.sc_ad1848;
/netbsd-current/sys/arch/prep/isa/
H A Dpaud_isa.c209 struct ad1848_softc *ac;
218 struct ad1848_softc *ac;

Completed in 228 milliseconds