Searched +full:ls2k1000 +full:- +full:apbdma (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/loongson,ls2x-apbdma.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#14 - Binbin Zhou <zhoubinbin@loongson.cn>17 - $ref: dma-controller.yaml#22 - const: loongson,ls2k1000-apbdma23 - items:24 - const: loongson,ls2k0500-apbdma25 - const: loongson,ls2k1000-apbdma[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Driver for the Loongson-2 APB DMA Controller5 * Copyright (C) 2017-2023 Loongson Corporation9 #include <linux/dma-mapping.h>13 #include <linux/io-64-nonatomic-lo-hi.h>21 #include "virt-dma.h"49 /*-- descriptors -----------------------------------------------------*/52 * struct ls2x_dma_hw_desc - DMA HW descriptor80 * struct ls2x_dma_sg - ls2x dma scatter gather entry94 * struct ls2x_dma_desc - software descriptor[all …]