Searched +full:am654 +full:- +full:icssg +full:- +full:prueth (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#7 title: Texas Instruments ICSSG PRUSS Ethernet10 - 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:[all …]
1 // SPDX-License-Identifier: GPL-2.03 /* Texas Instruments ICSSG Ethernet Driver5 * 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"35 #define PRUETH_MODULE_DESCRIPTION "PRUSS ICSSG Ethernet driver"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()[all …]