Home
last modified time | relevance | path

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

/linux-3.4.99/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()
/linux-3.4.99/arch/arm/mach-s3c64xx/include/mach/
Ddma.h74 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Ddma.h66 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/linux-3.4.99/arch/arm/plat-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()
1228 unsigned int no = cp->number | DMACH_LOW_LEVEL; in s3c2410_dma_resume_chan()
/linux-3.4.99/arch/arm/mach-s3c64xx/
Ddma.c520 return chan->number | DMACH_LOW_LEVEL; in s3c2410_dma_request()
557 if (!(channel & DMACH_LOW_LEVEL)) in s3c2410_dma_free()