Home
last modified time | relevance | path

Searched refs:to_nextpagedst (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/arm/xscale/i80321/
HDi80321_dma.c188 int to_nextpagesrc, to_nextpagedst; in dma_memcpy() local
243 to_nextpagedst = ((vm_offset_t)dst & ~PAGE_MASK) + in dma_memcpy()
255 while (to_nextpagedst < tmplen) { in dma_memcpy()
258 to_nextpagedst) : in dma_memcpy()
260 to_nextpagedst); in dma_memcpy()
261 if (tmppa != pa2 + to_nextpagedst) in dma_memcpy()
263 to_nextpagedst += PAGE_SIZE; in dma_memcpy()
265 min_hop = to_nextpagedst > to_nextpagesrc ? in dma_memcpy()
266 to_nextpagesrc : to_nextpagedst; in dma_memcpy()
HDi80321_aau.c170 int to_nextpagedst; in aau_bzero() local
201 to_nextpagedst = ((vm_offset_t)dst & ~PAGE_MASK) + in aau_bzero()
203 while (to_nextpagedst < tmplen) { in aau_bzero()
205 to_nextpagedst); in aau_bzero()
206 if (tmppa != pa + to_nextpagedst) in aau_bzero()
208 to_nextpagedst += PAGE_SIZE; in aau_bzero()
210 min_hop = to_nextpagedst; in aau_bzero()