Searched refs:dma_memcpy (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Ddmacopy.c10 void *dma_memcpy(void *pdst, function
16 D(printk(KERN_DEBUG "dma_memcpy %d bytes... ", pn));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dmaccess.c44 if (dma_memcpy(dst, src, size))
84 if (dma_memcpy(dst, src, size))
H A Disram-driver.c216 dma_memcpy(l1inst, sdram, test_len);
241 dma_memcpy(l1inst, sdram, test_len);
257 dma_memcpy(sdram + test_len, l1inst, test_len);
297 dma_memcpy(l1inst, sdram, test_len);
325 dma_memcpy(l1inst, sdram + test_len, test_len);
332 dma_memcpy(cmp, l1inst + i, j);
381 pr_info("INFO: running initial dma_memcpy checks %p\n", sdram);
382 if (_isram_memcpy_test(0xa, sdram, l1inst, dma_memcpy))
384 if (_isram_memcpy_test(0x5, sdram, l1inst, dma_memcpy))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dcoh901318.c51 struct dma_device dma_memcpy; member in struct:coh901318_base
1536 coh901318_base_init(&base->dma_memcpy, base->platform->chans_memcpy,
1539 dma_cap_zero(base->dma_memcpy.cap_mask);
1540 dma_cap_set(DMA_MEMCPY, base->dma_memcpy.cap_mask);
1542 base->dma_memcpy.device_alloc_chan_resources = coh901318_alloc_chan_resources;
1543 base->dma_memcpy.device_free_chan_resources = coh901318_free_chan_resources;
1544 base->dma_memcpy.device_prep_dma_memcpy = coh901318_prep_memcpy;
1545 base->dma_memcpy.device_tx_status = coh901318_tx_status;
1546 base->dma_memcpy.device_issue_pending = coh901318_issue_pending;
1547 base->dma_memcpy
[all...]
H A Dste_dma40.c236 * @dma_memcpy: dma_device channels that can do only do memcpy transfers.
266 struct dma_device dma_memcpy; member in struct:d40_base
2299 d40_chan_init(base, &base->dma_memcpy, base->log_chans,
2302 dma_cap_zero(base->dma_memcpy.cap_mask);
2303 dma_cap_set(DMA_MEMCPY, base->dma_memcpy.cap_mask);
2305 base->dma_memcpy.device_alloc_chan_resources = d40_alloc_chan_resources;
2306 base->dma_memcpy.device_free_chan_resources = d40_free_chan_resources;
2307 base->dma_memcpy.device_prep_dma_memcpy = d40_prep_memcpy;
2308 base->dma_memcpy.device_prep_slave_sg = d40_prep_slave_sg;
2309 base->dma_memcpy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Dsmp.c38 dma_memcpy((void *)COREB_L1_CODE_START, &coreb_trampoline_start, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_dma_5xx.c40 request_dma(CH_MEM_STREAM0_DEST, "Blackfin dma_memcpy");
41 request_dma(CH_MEM_STREAM0_SRC, "Blackfin dma_memcpy");
226 * the kernel booting process. Really this just means using dma_memcpy().
438 * dma_memcpy - DMA memcpy under mutex lock
444 void *dma_memcpy(void *pdst, const void *psrc, size_t size) function
457 EXPORT_SYMBOL(dma_memcpy); variable
483 * Verify arguments are safe before heading to dma_memcpy().
491 return dma_memcpy(dst, src, size);
H A Dmodule.c57 dma_memcpy(dest, (void *)s->sh_addr, s->sh_size);
241 dma_memcpy((void *)location, &value, size);
H A Dsetup.c194 * We can't use the dma_memcpy functions, since they can call
586 dma_memcpy((void *)uclinux_ram_map.phys, _end, uclinux_ram_map.size);
H A Dtrace.c210 dma_memcpy(val, address, 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddma.h278 void *dma_memcpy(void *dest, const void *src, size_t count);

Completed in 191 milliseconds