Searched refs:MAX_DMA_CHANNELS (Results 26 - 50 of 50) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/
H A Ddma.c14 struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/
H A Ddma.c14 struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dclocks-init.c37 for (i = 0; i < MAX_DMA_CHANNELS; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Ddma.c17 static char used_dma_channels[MAX_DMA_CHANNELS];
18 static const char * used_dma_channels_users[MAX_DMA_CHANNELS];
27 if (dmanr >= MAX_DMA_CHANNELS) {
216 if (dmanr >= MAX_DMA_CHANNELS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Ddma.h38 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Ddma.h19 #undef MAX_DMA_CHANNELS /* don't use kernel/dma.c */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf538/
H A Ddma.c14 struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/
H A Ddma.c14 struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Ddma.c14 struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Ddma.c29 static dma_t *dma_chan[MAX_DMA_CHANNELS];
33 if (chan >= MAX_DMA_CHANNELS)
275 for (i = 0 ; i < MAX_DMA_CHANNELS ; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
H A Ddma.h35 #define MAX_DMA_CHANNELS 32 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/include/mach/
H A Ddma.h19 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddma.h29 #ifndef MAX_DMA_CHANNELS
30 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddma.h151 extern struct dma_channel dma_ch[MAX_DMA_CHANNELS];
152 extern struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Ddma.h7 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddma.h71 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/dma/
H A Ddma-sysfs.c30 for (i = 0; i < MAX_DMA_CHANNELS; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dapollodma.h67 #define MAX_DMA_CHANNELS 8 macro
H A Ddma.h484 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Ddma.h78 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dmanager.c203 #ifdef MAX_DMA_CHANNELS
204 res->start = res->end = MAX_DMA_CHANNELS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Ddma.c38 } channels[MAX_DMA_CHANNELS];
40 #define IS_VALID_CHANNEL(ch) ((ch) >= 0 && (ch) < MAX_DMA_CHANNELS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsoundcard.c52 #define valid_dma(n) ((n) >= 0 && (n) < MAX_DMA_CHANNELS && (n) != 4)
68 static char dma_alloc_map[MAX_DMA_CHANNELS];
612 for (i = 0; i < MAX_DMA_CHANNELS; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Ddma.c41 } dma_channels[MAX_DMA_CHANNELS];
150 #define VALID_CHANNEL(c) (((c) >= 0) && ((c) < MAX_DMA_CHANNELS))
164 for (i = MAX_DMA_CHANNELS - 1; i >= 0; i--) {
1043 for (i = MAX_DMA_CHANNELS - 1; i >= 0; i--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Ddma.h75 #define MAX_DMA_CHANNELS 8 macro

Completed in 127 milliseconds

12