Searched +full:rxc +full:- +full:inverse (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/net/mediatek,star-emac.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Bartosz Golaszewski <bgolaszewski@baylibre.com>14 It's compliant with 802.3 standards and supports half- and full-duplex15 modes with flow-control as well as CRC offloading and VLAN tags.18 - $ref: ethernet-controller.yaml#23 - mediatek,mt8516-eth24 - mediatek,mt8518-eth[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/mediatek-dwmac.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Biao Huang <biao.huang@mediatek.com>21 - mediatek,mt2712-gmac22 - mediatek,mt8188-gmac23 - mediatek,mt8195-gmac25 - compatible28 - $ref: snps,dwmac.yaml#[all …]
1 // SPDX-License-Identifier: GPL-2.0-only12 #include <linux/dma-mapping.h>77 /* Flow-Control Configuration Register */133 /* Delay-Macro Register */201 * reuse the same structure for both TX and RX - the layout is the same, only291 return priv->ndev->dev.parent; in mtk_star_get_dev()305 ring->descs = descs; in mtk_star_ring_init()306 ring->head = 0; in mtk_star_ring_init()307 ring->tail = 0; in mtk_star_ring_init()313 struct mtk_star_ring_desc *desc = &ring->descs[ring->tail]; in mtk_star_ring_pop_tail()[all …]