35 static int dwmac100_dma_init(
void __iomem *ioaddr,
int pbl,
int fb,
36 int mb,
int burst_len,
u32 dma_tx,
u32 dma_rx)
71 static void dwmac100_dma_operation_mode(
void __iomem *ioaddr,
int txmode,
78 else if (txmode <= 64)
86 static void dwmac100_dump_dma_regs(
void __iomem *ioaddr)
91 for (i = 0; i < 9; i++)
92 pr_debug(
"\t CSR%d (offset 0x%x): 0x%08x\n", i,
114 unsigned int ove_cntr;
132 .init = dwmac100_dma_init,
133 .dump_regs = dwmac100_dump_dma_regs,
134 .dma_mode = dwmac100_dma_operation_mode,
135 .dma_diagnostic_fr = dwmac100_dma_diagnostic_fr,