Searched refs:auixp_softc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dauixp.c171 static int auixp_allocmem(struct auixp_softc *, size_t, size_t,
173 static int auixp_freemem(struct auixp_softc *, struct auixp_dma *);
176 static int auixp_init(struct auixp_softc *);
177 static void auixp_autodetect_codecs(struct auixp_softc *);
180 static void auixp_reset_aclink(struct auixp_softc *);
184 static int auixp_wait_for_codecs(struct auixp_softc *, const char *);
188 static void auixp_enable_dma(struct auixp_softc *, struct auixp_dma *);
189 static void auixp_disable_dma(struct auixp_softc *, struct auixp_dma *);
190 static void auixp_enable_interrupts(struct auixp_softc *);
191 static void auixp_disable_interrupts(struct auixp_softc *);
[all...]
H A Dauixpvar.h69 struct auixp_softc *sc;
80 struct auixp_softc { struct

Completed in 155 milliseconds