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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ddma.c34 if (channel & DMACH_LOW_LEVEL)
35 return &s3c2410_chans[channel & ~DMACH_LOW_LEVEL];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Ddma.h54 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/include/mach/
H A Ddma.h70 #define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Ddma.c487 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL,
675 s3c2410_dma_ctrl(chan->number | DMACH_LOW_LEVEL,
746 return chan->number | DMACH_LOW_LEVEL;
795 if (!(channel & DMACH_LOW_LEVEL))
1192 unsigned int no = cp->number | DMACH_LOW_LEVEL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c519 return chan->number | DMACH_LOW_LEVEL;
556 if (!(channel & DMACH_LOW_LEVEL))

Completed in 79 milliseconds