Home
last modified time | relevance | path

Searched +full:ls2k1000 +full:- +full:apbdma (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/dma/
H A Dloongson,ls2x-apbdma.yaml1 # 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-apbdma
23 - items:
24 - const: loongson,ls2k0500-apbdma
25 - const: loongson,ls2k1000-apbdma
[all …]
/linux/drivers/dma/
H A Dloongson2-apb-dma.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Driver for the Loongson-2 APB DMA Controller
5 * Copyright (C) 2017-2023 Loongson Corporation
9 #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 descriptor
80 * struct ls2x_dma_sg - ls2x dma scatter gather entry
94 * struct ls2x_dma_desc - software descriptor
[all …]