Searched refs:aria_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/isa/ |
H A D | aria.c | 88 struct aria_softc { struct 135 int aria_reset(struct aria_softc *); argument 159 int aria_sendcmd(struct aria_softc *, u_short, int, int, int); 161 u_short aria_getdspmem(struct aria_softc *, u_short); 162 void aria_putdspmem(struct aria_softc *, u_short, u_short); 165 short ariaversion(struct aria_softc *); 167 void aria_set_mixer(struct aria_softc *, int); 169 void aria_mix_write(struct aria_softc *, int, int); 170 int aria_mix_read(struct aria_softc *, int); 176 CFATTACH_DECL_NEW(aria, sizeof(struct aria_softc), [all …]
|