Lines Matching defs:addr
309 * @pe: addr of the page entry
310 * @src: src addr where to copy from
345 * @pe: addr of the page entry
346 * @addr: dst addr to write into pe
348 * @incr: increase next addr by incr bytes
356 uint64_t addr, unsigned count,
374 value = radeon_vm_map_gart(rdev, addr);
376 value = addr;
380 addr += incr;
393 * @pe: addr of the page entry
394 * @addr: dst addr to write into pe
396 * @incr: increase next addr by incr bytes
404 uint64_t addr, unsigned count,
416 value = addr;
422 ib->ptr[ib->length_dw++] = pe; /* dst addr */
432 addr += (ndw / 2) * incr;