Home
last modified time | relevance | path

Searched refs:audioamd_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc/dev/
H A Daudioamd.c58 struct audioamd_softc { struct
71 void audioamd_attach(struct audioamd_softc *, int); argument
73 CFATTACH_DECL_NEW(audioamd_mainbus, sizeof(struct audioamd_softc),
76 CFATTACH_DECL_NEW(audioamd_obio, sizeof(struct audioamd_softc),
79 CFATTACH_DECL_NEW(audioamd_sbus, sizeof(struct audioamd_softc),
158 struct audioamd_softc *sc; in audioamd_mainbus_attach()
184 struct audioamd_softc *sc; in audioamd_obio_attach()
208 struct audioamd_softc *sc; in audioamd_sbus_attach()
228 audioamd_attach(struct audioamd_softc *sc, int pri) in audioamd_attach()
256 struct audioamd_softc *sc = (struct audioamd_softc *)amsc; in audioamd_codec_dread()
[all …]