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

/openbsd-current/sys/dev/pci/
H A Dauixpvar.h44 struct auixp_dma { struct
62 SLIST_ENTRY(auixp_dma) dma_chain;
95 struct auixp_dma *sc_output_dma;
96 struct auixp_dma *sc_input_dma;
99 SLIST_HEAD(auixp_dma_list, auixp_dma) sc_dma_list;
H A Dauixp.c119 struct auixp_dma *);
120 int auixp_freemem(struct auixp_softc *, struct auixp_dma *);
135 void auixp_enable_dma(struct auixp_softc *, struct auixp_dma *);
136 void auixp_disable_dma(struct auixp_softc *, struct auixp_dma *);
141 struct auixp_dma *, struct auixp_dma *, int, int);
142 int auixp_allocate_dma_chain(struct auixp_softc *, struct auixp_dma **);
143 void auixp_program_dma_chain(struct auixp_softc *, struct auixp_dma *);
144 void auixp_dma_update(struct auixp_softc *, struct auixp_dma *);
353 struct auixp_dma *dm
[all...]

Completed in 129 milliseconds