Searched +full:udma +full:- +full:atype (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/dma/ti/k3-udma.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Peter Ujfalusi <peter.ujfalusi@ti.com>13 The UDMA-P is intended to perform similar (but significantly upgraded)14 functions as the packet-oriented DMA used on previous SoC devices. The UDMA-P16 The UDMA-P architecture facilitates the segmentation and reassembly of SoC DMA27 on the Rx PSI-L interface.29 The UDMA-P also supports acting as both a UTC and UDMA-C for its internal[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com11 #include <linux/dma-mapping.h>16 #include <linux/soc/ti/k3-ringacc.h>17 #include <linux/dma/ti-cppi5.h>18 #include <linux/dma/k3-udma-glue.h>20 #include "k3-udma.h"21 #include "k3-psil-priv.h"35 u32 atype; member89 common->ringacc = of_k3_ringacc_get_by_phandle(udmax_np, in of_k3_udma_glue_parse()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com10 #include <linux/dma-mapping.h>26 #include <linux/soc/ti/k3-ringacc.h>29 #include <linux/dma/ti-cppi5.h>31 #include "../virt-dma.h"32 #include "k3-udma.h"33 #include "k3-psil-priv.h"44 /* How SRC/DST tag should be updated by UDMA in the descriptor's Word 3 */157 u32 atype; member[all …]