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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shark/include/mach/
H A Disa-dma.h9 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-h720x/include/mach/
H A Disa-dma.h12 #define MAX_DMA_CHANNELS 3 macro
14 #define MAX_DMA_CHANNELS 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Ddma.h8 #define MAX_DMA_CHANNELS 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-footbridge/include/mach/
H A Disa-dma.h20 #define MAX_DMA_CHANNELS 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddma-sh.h33 #if (MAX_DMA_CHANNELS >= 4)
39 #if (MAX_DMA_CHANNELS >= 6)
43 #if (MAX_DMA_CHANNELS >= 8)
47 #if (MAX_DMA_CHANNELS >= 12)
63 #if (MAX_DMA_CHANNELS >= 4)
69 #if (MAX_DMA_CHANNELS >= 6)
73 #if (MAX_DMA_CHANNELS >= 8)
77 #if (MAX_DMA_CHANNELS >= 12)
H A Ddma.h22 # define MAX_DMA_CHANNELS (CONFIG_NR_DMA_CHANNELS) macro
24 # define MAX_DMA_CHANNELS (CONFIG_NR_ONCHIP_DMA_CHANNELS) macro
26 # define MAX_DMA_CHANNELS 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Ddma.h25 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf533/include/mach/
H A Ddma.h11 #define MAX_DMA_CHANNELS 12 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/include/mach/
H A Ddma.h11 #define MAX_DMA_CHANNELS 16 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/include/mach/
H A Disa-dma.h13 #define MAX_DMA_CHANNELS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Ddma.c47 #ifdef MAX_DMA_CHANNELS
60 static struct dma_chan dma_chan_busy[MAX_DMA_CHANNELS] = {
72 if (dmanr >= MAX_DMA_CHANNELS)
90 if (dmanr >= MAX_DMA_CHANNELS) {
117 #ifdef MAX_DMA_CHANNELS
122 for (i = 0 ; i < MAX_DMA_CHANNELS ; i++) {
136 #endif /* MAX_DMA_CHANNELS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf518/include/mach/
H A Ddma.h11 #define MAX_DMA_CHANNELS 16 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/include/mach/
H A Ddma.h11 #define MAX_DMA_CHANNELS 16 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf538/include/mach/
H A Ddma.h39 #define MAX_DMA_CHANNELS 28 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/include/mach/
H A Ddma.h11 #define MAX_DMA_CHANNELS 36 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Ddma.h50 #define MAX_DMA_CHANNELS 32 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/
H A Ddma.h6 #define MAX_DMA_CHANNELS 12 /* 8 and 10 not used. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Ddma.h19 #undef MAX_DMA_CHANNELS /* switch off linux/kernel/dma.c */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/
H A Ddma.h6 #define MAX_DMA_CHANNELS 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf533/
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/cris/arch-v32/mach-a3/
H A Ddma.c15 static char used_dma_channels[MAX_DMA_CHANNELS];
16 static const char *used_dma_channels_users[MAX_DMA_CHANNELS];
72 #if MAX_DMA_CHANNELS-1 != 11
80 dmanr, device_id, MAX_DMA_CHANNELS-1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Ddma.c15 static char used_dma_channels[MAX_DMA_CHANNELS];
16 static const char *used_dma_channels_users[MAX_DMA_CHANNELS];
74 #if MAX_DMA_CHANNELS-1 != 9
82 dmanr, device_id, MAX_DMA_CHANNELS - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Ddma.h6 #define MAX_DMA_CHANNELS 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_dma_5xx.c26 struct dma_channel dma_ch[MAX_DMA_CHANNELS];
35 for (i = 0; i < MAX_DMA_CHANNELS; i++) {
57 for (i = 0; i < MAX_DMA_CHANNELS; ++i)
140 BUG_ON(channel >= MAX_DMA_CHANNELS || !callback ||
171 BUG_ON(channel >= MAX_DMA_CHANNELS ||
190 # define MAX_DMA_SUSPEND_CHANNELS MAX_DMA_CHANNELS
196 for (i = 0; i < MAX_DMA_CHANNELS; ++i) {
213 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/blackfin/mach-bf518/
H A Ddma.c14 struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = {

Completed in 313 milliseconds

12