Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup_tx3927.c79 tx3927_dmaptr->mcr = 0; in tx3927_setup()
80 for (i = 0; i < ARRAY_SIZE(tx3927_dmaptr->ch); i++) { in tx3927_setup()
82 tx3927_dmaptr->ch[i].ccr = TX3927_DMA_CCR_CHRST; in tx3927_setup()
83 tx3927_dmaptr->ch[i].ccr = 0; in tx3927_setup()
87 tx3927_dmaptr->mcr = TX3927_DMA_MCR_MSTEN; in tx3927_setup()
89 tx3927_dmaptr->mcr = TX3927_DMA_MCR_MSTEN | TX3927_DMA_MCR_LE; in tx3927_setup()
/arch/mips/include/asm/txx9/
Dtx3927.h318 #define tx3927_dmaptr ((struct tx3927_dma_reg *)TX3927_DMA_REG) macro