Home
last modified time | relevance | path

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

/linux/Documentation/ABI/stable/
H A Dsysfs-driver-dma-ioatdma5 Description: Capabilities the DMA supports.Currently there are DMA_PQ, DMA_PQ_VAL,
/linux/drivers/dma/
H A Dxgene-dma.c1503 dma_cap_set(DMA_PQ, dma_dev->cap_mask); in xgene_dma_set_caps()
1523 if (dma_has_cap(DMA_PQ, dma_dev->cap_mask)) { in xgene_dma_set_caps()
1568 dma_has_cap(DMA_PQ, dma_dev->cap_mask) ? "PQ " : ""); in xgene_dma_async_register()
H A Ddmaengine.c1055 if (!dma_has_cap(DMA_PQ, device->cap_mask)) in device_has_all_tx_types()
1210 CHECK_CAP(dma_pq, DMA_PQ); in dma_async_device_register()
H A Dfsl_raid.c794 dma_cap_set(DMA_PQ, dma_dev->cap_mask); in fsl_re_probe()
/linux/drivers/dma/ppc4xx/
H A Dadma.c1332 if (cap == DMA_PQ || cap == DMA_PQ_VAL) { in ppc440spe_adma_estimate()
1349 if (cap == DMA_PQ && chan->chan_id == PPC440SPE_XOR_ID) { in ppc440spe_adma_estimate()
1385 case DMA_PQ: in ppc440spe_async_tx_find_best_channel()
3773 dma_cap_set(DMA_PQ, adev->common.cap_mask); in ppc440spe_adma_init_capabilities()
3779 dma_cap_set(DMA_PQ, adev->common.cap_mask); in ppc440spe_adma_init_capabilities()
3803 if (dma_has_cap(DMA_PQ, adev->common.cap_mask)) { in ppc440spe_adma_init_capabilities()
3855 dma_has_cap(DMA_PQ, adev->common.cap_mask) ? "pq " : "", in ppc440spe_adma_init_capabilities()
/linux/Documentation/driver-api/dmaengine/
H A Ddmatest.rst22 (const-to-memory or memory-to-memory, when emulated), DMA_XOR, DMA_PQ.
/linux/include/linux/
H A Ddmaengine.h54 DMA_PQ, enumerator
/linux/drivers/dma/ioat/
H A Dinit.c1119 dma_cap_set(DMA_PQ, dma->cap_mask); in ioat3_dma_probe()