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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/cpu-sh2/
H A Ddma.h16 #define DAR ((unsigned long[]){ 0xffffff84, 0xffffff94 }) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-sh.h61 #define DAR ((unsigned long[]){SH_DMAC_BASE + 0x04, SH_DMAC_BASE + 0x14, \ macro
H A Ddma-sh.c164 * It's important that we don't accidentally write any value to SAR/DAR
174 * SAR and DAR, regardless of value, in order for cascading to work.
181 ctrl_outl(chan->dar, DAR[chan->chan]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-imx/
H A Ddma.c89 DAR(dma_ch) = nextaddr;
95 dma_ch, DAR(dma_ch), SAR(dma_ch), CNTR(dma_ch));
167 DAR(dma_ch) = (unsigned int)dma_address;
173 DAR(dma_ch) = dev_addr;
255 DAR(dma_ch) = dev_addr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dimx-regs.h295 #define DAR(x) __REG2( IMX_DMAC_BASE + 0x84, (x) << 6) /* Destination Address Registers */ macro

Completed in 78 milliseconds