Searched refs:hw_width (Results 1 - 2 of 2) sorted by relevance

/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.h94 unsigned char hw_width; member in struct:s3c2410_dma_chan
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c125 chan->hw_width = 0;
128 chan->hw_width = 1;
131 chan->hw_width = 2;
169 control1 = size >> chan->hw_width; /* size in no of xfers */
172 control0 |= (u32)chan->hw_width << PL080_CONTROL_DWIDTH_SHIFT;
173 control0 |= (u32)chan->hw_width << PL080_CONTROL_SWIDTH_SHIFT;

Completed in 52 milliseconds