Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dxgene-dma.c382 static void xgene_dma_set_src_buffer(__le64 *ext8, size_t *len, in xgene_dma_set_src_buffer() argument
388 *ext8 |= cpu_to_le64(*paddr); in xgene_dma_set_src_buffer()
389 *ext8 |= cpu_to_le64(xgene_dma_encode_len(nbytes)); in xgene_dma_set_src_buffer()
394 static void xgene_dma_invalidate_buffer(__le64 *ext8) in xgene_dma_invalidate_buffer() argument
396 *ext8 |= cpu_to_le64(XGENE_DMA_INVALID_LEN_CODE); in xgene_dma_invalidate_buffer()