Home | History | Annotate | Download | only in boot

Lines Matching defs:txdma

196 	volatile struct dma_dev *txdma;
206 txdma = (struct dma_dev *)P_ENETX_CSR;
208 DPRINTF(("en_put: txdma->dd_csr = %x\n",txdma->dd_csr));
223 txdma->dd_csr = (turbo ? DMACSR_INITBUFTURBO : DMACSR_INITBUF) |
225 txdma->dd_csr = 0;
226 txdma->dd_next/* _initbuf */ = dma_buffers[0];
227 txdma->dd_start = (turbo ? dma_buffers[0] : 0);
228 txdma->dd_limit = ENDMA_ENDALIGN(char *, dma_buffers[0]+len);
229 txdma->dd_stop = 0;
230 txdma->dd_csr = DMACSR_SETENABLE;
241 state = txdma->dd_csr &
249 txdma->dd_csr = DMACSR_RESET | DMACSR_CLRCOMPLETE;
280 volatile struct dma_dev *txdma;
288 txdma = (struct dma_dev *)P_ENETX_CSR;
318 /* !!! not a typo: txdma */
319 txdma->dd_stop = dma_buffers[0];