auixp_dma
struct auixp_dma *);
int auixp_freemem(struct auixp_softc *, struct auixp_dma *);
auixp_disable_dma(struct auixp_softc *sc, struct auixp_dma *dma)
auixp_enable_dma(struct auixp_softc *sc, struct auixp_dma *dma)
void auixp_enable_dma(struct auixp_softc *, struct auixp_dma *);
void auixp_disable_dma(struct auixp_softc *, struct auixp_dma *);
struct auixp_dma *, struct auixp_dma *, int, int);
int auixp_allocate_dma_chain(struct auixp_softc *, struct auixp_dma **);
void auixp_program_dma_chain(struct auixp_softc *, struct auixp_dma *);
void auixp_dma_update(struct auixp_softc *, struct auixp_dma *);
struct auixp_dma *dma;
struct auixp_dma *dma;
SLIST_REMOVE(&sc->sc_dma_list, dma, auixp_dma,
struct auixp_dma *c_dma, struct auixp_dma *s_dma,
auixp_allocate_dma_chain(struct auixp_softc *sc, struct auixp_dma **dmap)
struct auixp_dma *dma;
auixp_program_dma_chain(struct auixp_softc *sc, struct auixp_dma *dma)
auixp_dma_update(struct auixp_softc *sc, struct auixp_dma *dma)
struct auixp_dma *chain_dma;
struct auixp_dma *sound_dma;
struct auixp_dma *dma;
struct auixp_dma *chain_dma;
struct auixp_dma *sound_dma;
struct auixp_dma *dma;
size_t align, struct auixp_dma *dma)
auixp_freemem(struct auixp_softc *sc, struct auixp_dma *p)
SLIST_ENTRY(auixp_dma) dma_chain;
struct auixp_dma *sc_output_dma;
struct auixp_dma *sc_input_dma;
SLIST_HEAD(auixp_dma_list, auixp_dma) sc_dma_list;