Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc/
Dppc4xx_dma.h124 #define GET_DMA_PSC(x) (((x)&DMA_PSC_MASK)>>(19-DMA_CR_OFFSET)) macro
/linux-2.4.37.9/arch/ppc/kernel/
Dppc4xx_dma.c728 p_dma_ch->psc = GET_DMA_PSC(control); in ppc4xx_get_channel_config()