Lines Matching refs:addr
75 chunk->buf[i].addr,
117 buf->addr = dma_alloc_coherent(dev, PAGE_SIZE << order,
119 if (!buf->addr)
122 if (offset_in_page(buf->addr)) {
123 dma_free_coherent(dev, PAGE_SIZE << order, buf->addr,
321 void *addr = NULL;
343 addr = chunk->buf[i].addr;
356 addr = lowmem_page_address(page);
376 addr = NULL;
379 return addr ? addr + offset : NULL;