Home
last modified time | relevance | path

Searched refs:DMACH_LOW_LEVEL (Results 1 – 3 of 3) sorted by relevance

/arch/arm/plat-samsung/
Ddma.c34 if (channel & DMACH_LOW_LEVEL) in s3c_dma_lookup_channel()
35 return &s3c2410_chans[channel & ~DMACH_LOW_LEVEL]; in s3c_dma_lookup_channel()
/arch/arm/mach-s3c24xx/include/mach/
Ddma.h69 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/arch/arm/mach-s3c24xx/
Ddma.c506 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, in s3c2410_dma_enqueue()
698 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, in s3c2410_dma_irq()
769 return chan->number | DMACH_LOW_LEVEL; in s3c2410_dma_request()
818 if (!(channel & DMACH_LOW_LEVEL)) in s3c2410_dma_free()
1225 unsigned int no = cp->number | DMACH_LOW_LEVEL; in s3c2410_dma_resume_chan()