HomeSort by: relevance | last modified time | path
    Searched refs:dma_ctrl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/iomd/
iomd_dma.h 40 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 *);
iomd_dma.c 61 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 12 milliseconds