Searched refs:dma (Results 151 - 175 of 1571) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s5p/
H A Ddev-fimc1.c13 #include <linux/dma-mapping.h>
H A Ddev-fimc2.c13 #include <linux/dma-mapping.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ddev-usb-hsotg.c17 #include <linux/dma-mapping.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Ds3c-dma-pl330.h76 #include <plat/dma.h>
/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.h31 #define STMP3XXX_DMA_BUS(dma) ((dma) / 16)
32 #define STMP3XXX_DMA_CHANNEL(dma) ((dma) % 16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A DMakefile11 dma.o io_interface_mux.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dcache.c4 #include <arch/hwregs/dma.h>
H A Dcrisksyms.c3 #include <arch/dma.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/
H A DMakefile4 obj-y := core.o clock.o dma-m2p.o gpio.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A DMakefile16 obj-$(CONFIG_S3C2412_DMA) += dma.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/
H A DMakefile15 obj-$(CONFIG_CPU_S5P6440) += cpu.o init.o clock.o gpio.o dma.o
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmsdpcm.h210 (void *)(uintptr)&((h)->regs->dma.sdiod32.dma32regs[chnl].xmt) : \
211 (void *)(uintptr)&((h)->regs->dma.sdiod32.dma32regs[chnl].rcv))
215 (void *)(uintptr)&((h)->regs->dma.sdiod64.dma64regs[chnl].xmt) : \
216 (void *)(uintptr)&((h)->regs->dma.sdiod64.dma64regs[chnl].rcv))
225 (void *)(uintptr)&((h)->regs->dma.pcm32.dmaregs.xmt) : \
226 (void *)(uintptr)&((h)->regs->dma.pcm32.dmaregs.rcv))
235 ((dma32diag_t *)(uintptr)&((h)->regs->dma.sdiod32.dmafifo)) : \
236 ((dma32diag_t *)(uintptr)&((h)->regs->dma.sdiod64.dmafifo)))
239 ((dma32diag_t *)(uintptr)&((h)->regs->dma.pcm32.dmafifo))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma.c35 #include <linux/dma-mapping.h>
38 #include "dma.h"
101 struct dma_device *dma = &device->common; local
108 chan->common.device = dma;
109 list_add_tail(&chan->common.device_node, &dma->channels);
129 struct dma_device *dma = &device->common; local
131 INIT_LIST_HEAD(&dma->channels);
132 dma->chancnt = readb(device->reg_base + IOAT_CHANCNT_OFFSET);
133 dma->chancnt &= 0x1f; /* bits [4:0] valid */
134 if (dma
801 struct dma_device *dma = &device->common; local
1000 struct dma_device *dma = &device->common; local
1097 struct dma_device *dma = c->device; local
1112 struct dma_device *dma = c->device; local
1153 struct dma_device *dma = &device->common; local
1173 struct dma_device *dma = &device->common; local
1189 struct dma_device *dma; local
1221 struct dma_device *dma = &device->common; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmpc512x_dma.c37 #include <linux/dma-mapping.h>
192 struct dma_device dma; member in struct:mpc_dma
342 dev_err(mdma->dma.dev,
347 dev_err(mdma->dma.dev, "- Group Priority Error\n");
349 dev_err(mdma->dma.dev, "- Channel Priority Error\n");
351 dev_err(mdma->dma.dev, "- Source Address Error\n");
353 dev_err(mdma->dma.dev, "- Source Offset"
356 dev_err(mdma->dma.dev, "- Destination Address"
359 dev_err(mdma->dma.dev, "- Destination Offset"
362 dev_err(mdma->dma
635 struct dma_device *dma; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c312 static void save_tile_dma_state(struct tile_dma_state *dma) argument
333 dma->src = __insn_mfspr(SPR_DMA_SRC_ADDR);
334 dma->src_chunk = __insn_mfspr(SPR_DMA_SRC_CHUNK_ADDR);
335 dma->dest = __insn_mfspr(SPR_DMA_DST_ADDR);
336 dma->dest_chunk = __insn_mfspr(SPR_DMA_DST_CHUNK_ADDR);
337 dma->strides = __insn_mfspr(SPR_DMA_STRIDE);
338 dma->chunk_size = __insn_mfspr(SPR_DMA_CHUNK_SIZE);
339 dma->byte = __insn_mfspr(SPR_DMA_BYTE);
340 dma->status = (state & SPR_DMA_STATUS__RUNNING_MASK) |
347 const struct tile_dma_state *dma local
451 struct tile_dma_state *dma = &current->thread.tile_dma_state; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_gsc.c36 #include <asm/dma.h>
237 int irq, int dma,
266 p->dma = dma;
298 if (p->dma == PARPORT_DMA_AUTO) {
299 p->dma = PARPORT_DMA_NONE;
302 if (p->dma == PARPORT_DMA_AUTO) /* To use DMA, giving the irq
304 p->dma = PARPORT_DMA_NONE;
327 p->dma = PARPORT_DMA_NONE;
391 if (p->dma !
235 parport_gsc_probe_port(unsigned long base, unsigned long base_hi, int irq, int dma, struct pci_dev *dev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsgiwd93.c17 #include <linux/dma-mapping.h>
36 dma_addr_t dma; member in struct:ip22_hostdata
48 /* space for hpc dma descriptors */
93 * byte, we tag on an extra zero length dma descriptor at the end of
116 * obvious). IMHO a better fix would be, not to do these dma setups
127 hregs->ndptr = hdata->dma;
179 dma_addr_t dma = hdata->dma; local
185 hcp->desc.pnext = (u32) (dma + sizeof(struct hpc_chunk));
188 dma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcl816.c41 #include <asm/dma.h>
186 unsigned int dma; /* used DMA, 0=don't use DMA */ member in struct:pcl816_private
211 int int816_mode; /* who now uses IRQ - 1=AI1 int, 2=AI1 dma, 3=AI3 int, 4AI3 dma */
360 analog input dma mode 1 & 3, 816 cards
406 disable_dma(devpriv->dma);
409 /* switch dma bufs */
413 set_dma_mode(devpriv->dma, DMA_MODE_READ);
415 /* clear_dma_ff (devpriv->dma); */
416 set_dma_addr(devpriv->dma,
1121 unsigned int irq, dma; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A DMakefile11 # Only use one of them: ccio-rm-dma is for PCX-W systems *only*
12 # obj-$(CONFIG_IOMMU_CCIO) += ccio-rm-dma.o
13 obj-$(CONFIG_IOMMU_CCIO) += ccio-dma.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A DMakefile15 b43legacy-$(CONFIG_B43LEGACY_DMA) += dma.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A DMakefile7 obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c39 dma_addr_t dma)
42 qtd->qtd_dma = dma;
52 dma_addr_t dma; local
54 qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma);
56 ehci_qtd_init(ehci, qtd, dma);
85 dma_addr_t dma; local
91 dma_pool_alloc(ehci->qh_pool, flags, &dma);
97 qh->qh_dma = dma;
38 ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t dma) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A DMakefile9 obj-$(CONFIG_HAS_DMA) += dma-mapping.o
10 obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Ddma-swiotlb.c14 #include <linux/dma-mapping.h>
22 #include <asm/dma.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/dma/
H A Ddma-pvr2.c2 * arch/sh/drivers/dma/dma-pvr2.c
17 #include <mach/dma.h>
18 #include <asm/dma.h>
33 pr_debug("Got a pvr2 dma interrupt for channel %d\n",

Completed in 284 milliseconds

1234567891011>>