Searched refs:bulk (Results 1 – 2 of 2) sorted by relevance
491 size_t bulk, rest; in dma_memcpy_nocache() local493 bulk = size & ~0xffff; in dma_memcpy_nocache()494 rest = size - bulk; in dma_memcpy_nocache()495 if (bulk) in dma_memcpy_nocache()496 _dma_memcpy(pdst, psrc, bulk); in dma_memcpy_nocache()497 _dma_memcpy(pdst + bulk, psrc + bulk, rest); in dma_memcpy_nocache()
260 ! Now select the appropriate bulk transfer code based on relative