Searched refs:DMA_XOR_VAL (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-dma-ioatdma | 6 DMA_XOR,DMA_XOR_VAL,DMA_INTERRUPT.
|
| /linux/drivers/dma/ioat/ |
| H A D | init.c | 903 if (!dma_has_cap(DMA_XOR_VAL, dma_chan->device->cap_mask)) in ioat_xor_val_self_test() 1111 dma_cap_set(DMA_XOR_VAL, dma->cap_mask); in ioat3_dma_probe() 1131 dma_cap_set(DMA_XOR_VAL, dma->cap_mask); in ioat3_dma_probe()
|
| /linux/drivers/dma/ |
| H A D | dmaengine.c | 1049 if (!dma_has_cap(DMA_XOR_VAL, device->cap_mask)) in device_has_all_tx_types() 1209 CHECK_CAP(dma_xor_val, DMA_XOR_VAL); in dma_async_device_register()
|
| /linux/drivers/dma/ppc4xx/ |
| H A D | adma.c | 1392 case DMA_XOR_VAL: in ppc440spe_async_tx_find_best_channel() 3775 dma_cap_set(DMA_XOR_VAL, adev->common.cap_mask); in ppc440spe_adma_init_capabilities() 3834 if (dma_has_cap(DMA_XOR_VAL, adev->common.cap_mask)) { in ppc440spe_adma_init_capabilities() 3858 dma_has_cap(DMA_XOR_VAL, adev->common.cap_mask) ? "xor_val " : "", in ppc440spe_adma_init_capabilities()
|
| /linux/include/linux/ |
| H A D | dmaengine.h | 55 DMA_XOR_VAL, enumerator
|