Home
last modified time | relevance | path

Searched +full:ls1b +full:- +full:gmac (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/net/ !
H A Dloongson,ls1b-gmac.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/loongson,ls1b-gmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Loongson-1B Gigabit Ethernet MAC Controller
10 - Keguang Zhang <keguang.zhang@gmail.com>
13 Loongson-1B Gigabit Ethernet MAC Controller is based on
17 - Dual 10/100/1000Mbps GMAC controllers
18 - Full-duplex operation (IEEE 802.3x flow control automatic transmission)
19 - Half-duplex operation (CSMA/CD Protocol and back-pressure support)
[all …]
/linux/drivers/net/ethernet/stmicro/stmmac/ !
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver"
46 tristate "Support for snps,dwc-qos-ethernet.txt DT binding."
51 Support for chips using the snps,dwc-qos-ethernet.txt DT binding.
62 tristate "Adaptrum Anarion GMAC support"
66 Support for Adaptrum Anarion GMAC Ethernet controller.
93 will behave like standard non-accelerated ethernet interfaces.
107 tristate "MediaTek MT27xx GMAC support"
110 Support for MediaTek GMAC Ethernet controller.
170 tristate "NXP S32G/S32R GMAC support"
[all …]
H A Ddwmac-loongson1.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Loongson-1 DWMAC glue layer
5 * Copyright (C) 2011-2023 Keguang Zhang <keguang.zhang@gmail.com>
21 /* Loongson-1 SYSCON Registers */
25 /* Loongson-1B SYSCON Register Bits */
37 /* Loongson-1C SYSCON Register Bits */
59 struct ls1x_dwmac *dwmac = plat_dat->bsp_priv; in ls1b_dwmac_setup()
64 /* This shouldn't fail - stmmac_get_platform_resources() in ls1b_dwmac_setup()
67 dev_err(&pdev->dev, "Could not get IO_MEM resources\n"); in ls1b_dwmac_setup()
68 return -EINVAL; in ls1b_dwmac_setup()
[all …]