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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup_tx3927.c79 tx3927_dmaptr->mcr = 0;
80 for (i = 0; i < ARRAY_SIZE(tx3927_dmaptr->ch); i++) {
82 tx3927_dmaptr->ch[i].ccr = TX3927_DMA_CCR_CHRST;
83 tx3927_dmaptr->ch[i].ccr = 0;
87 tx3927_dmaptr->mcr = TX3927_DMA_MCR_MSTEN;
89 tx3927_dmaptr->mcr = TX3927_DMA_MCR_MSTEN | TX3927_DMA_MCR_LE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx3927.h318 #define tx3927_dmaptr ((struct tx3927_dma_reg *)TX3927_DMA_REG) macro

Completed in 60 milliseconds