Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc/
Dppc4xx_dma.h189 #define SET_DMA_PRIORITY(x) (((x)&0x3)<<(6-DMA_CR_OFFSET)) /* DMA Channel Priority */ macro
190 #define DMA_PRIORITY_MASK SET_DMA_PRIORITY(3)
289 SET_DMA_PRIORITY(p_init->cp) | /* channel priority */ \
306 #define SET_DMA_PRIORITY(x) (((x)&0x00800001)) /* DMA Channel Priority */ macro
394 SET_DMA_PRIORITY(p_init->cp) | /* channel priority */ \
/linux-2.4.37.9/arch/ppc/kernel/
Dppc4xx_dma.c772 control |= SET_DMA_PRIORITY(priority); in ppc4xx_set_channel_priority()
777 control |= SET_DMA_PRIORITY(priority); in ppc4xx_set_channel_priority()
782 control |= SET_DMA_PRIORITY(priority); in ppc4xx_set_channel_priority()
787 control |= SET_DMA_PRIORITY(priority); in ppc4xx_set_channel_priority()