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

/netbsd-current/sys/arch/arm/iomd/
H A Diomd_dma.h40 struct dma_ctrl { struct
74 struct dma_ctrl *dma_init(int, int, int, int);
75 void dma_go(struct dma_ctrl *);
76 int dma_reset(struct dma_ctrl *);
77 int dma_setup(struct dma_ctrl *, u_char *, int, int);
78 int dma_isactive(struct dma_ctrl *);
79 int dma_isintr(struct dma_ctrl *);
H A Diomd_dma.c61 static struct dma_ctrl ctrl[6];
63 void dma_dumpdc(struct dma_ctrl *);
66 dma_go(struct dma_ctrl *dp)
80 dma_reset(struct dma_ctrl *dp)
97 dma_setup(struct dma_ctrl *dp, u_char *start, int len, int readp)
124 dma_isactive(struct dma_ctrl *dp)
134 dma_isintr(struct dma_ctrl *dp)
146 struct dma_ctrl *dp = cookie;
265 dma_dumpdc(struct dma_ctrl *dc)
287 struct dma_ctrl *
[all...]

Completed in 129 milliseconds