Searched +full:am65x +full:- +full:txpru0 +full:- +full:prueth +full:- +full:fw (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/net/ti,icssg-prueth.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Md Danish Anwar <danishanwar@ti.com>13 Ethernet based on the Programmable Real-Time Unit and Industrial17 - $ref: /schemas/remoteproc/ti,pru-consumer.yaml#22 - ti,am654-icssg-prueth # for AM65x SoC family32 dma-names:34 - const: tx0-0[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/12 #include <linux/dma-mapping.h>13 #include <linux/dma/ti-cppi5.h>33 #include "../k3-cppi-desc-pool.h"65 if (rx_chn->desc_pool) in prueth_cleanup_rx_chns()66 k3_cppi_desc_pool_destroy(rx_chn->desc_pool); in prueth_cleanup_rx_chns()68 if (rx_chn->rx_chn) in prueth_cleanup_rx_chns()69 k3_udma_glue_release_rx_chn(rx_chn->rx_chn); in prueth_cleanup_rx_chns()76 for (i = 0; i < emac->tx_ch_num; i++) { in prueth_cleanup_tx_chns()[all …]