Searched +full:dma +full:- +full:dburst +full:- +full:wr (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/dma/intel,ldma.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Lightning Mountain centralized DMA controllers.10 - chuanhua.lei@intel.com11 - mallikarjunax.reddy@intel.com14 - $ref: dma-controller.yaml#19 - intel,lgm-cdma20 - intel,lgm-dma2tx[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Lightning Mountain centralized DMA controller driver5 * Copyright (c) 2016 - 2020 Intel Corporation.10 #include <linux/dma-mapping.h>23 #include "../virt-dma.h"25 #define DRIVER_NAME "lgm-dma"68 #define DMA_MAX_CLASS (SZ_32 - 1)107 * If header mode is set in DMA descriptor,112 * If header mode is not set in DMA descriptor,131 /* DMA controller capability */[all …]