Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/arch/arm/mach-s3c64xx/include/mach/
Ddma.h70 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/linux-2.6.39/arch/arm/mach-s3c2410/include/mach/
Ddma.h54 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/linux-2.6.39/arch/arm/plat-s3c24xx/
Ddma.c507 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, in s3c2410_dma_enqueue()
699 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL, in s3c2410_dma_irq()
770 return chan->number | DMACH_LOW_LEVEL; in s3c2410_dma_request()
819 if (!(channel & DMACH_LOW_LEVEL)) in s3c2410_dma_free()
1232 unsigned int no = cp->number | DMACH_LOW_LEVEL; in s3c2410_dma_resume()
/linux-2.6.39/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()