dma_ctrl
dma_isactive(struct dma_ctrl *dp)
dma_isintr(struct dma_ctrl *dp)
struct dma_ctrl *dp = cookie;
dma_dumpdc(struct dma_ctrl *dc)
struct dma_ctrl *
struct dma_ctrl *dp = &ctrl[ch];
static struct dma_ctrl ctrl[6];
void dma_dumpdc(struct dma_ctrl *);
dma_go(struct dma_ctrl *dp)
dma_reset(struct dma_ctrl *dp)
dma_setup(struct dma_ctrl *dp, u_char *start, int len, int readp)
struct dma_ctrl *dma_init(int, int, int, int);
void dma_go(struct dma_ctrl *);
int dma_reset(struct dma_ctrl *);
int dma_setup(struct dma_ctrl *, u_char *, int, int);
int dma_isactive(struct dma_ctrl *);
int dma_isintr(struct dma_ctrl *);