Home
last modified time | relevance | path

Searched +full:eee +full:- +full:broken +full:- +full:10 +full:gkr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dphy.txt5 - interrupts : interrupt specifier for the sole interrupt.
6 - reg : The ID number for the phy, usually a small integer
10 - compatible: Compatible list, may contain
11 "ethernet-phy-ieee802.3-c22" or "ethernet-phy-ieee802.3-c45" for
18 form: "ethernet-phy-idAAAA.BBBB" where
19 AAAA - The value of the 16 bit Phy Identifier 1 register as
21 BBBB - The value of the 16 bit Phy Identifier 2 register as
23 followed by 10 bits of a vendor specific ID.
28 - max-speed: Maximum PHY supported speed (10, 100, 1000...)
30 - broken-turn-around: If set, indicates the PHY device does not correctly
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dethernet-phy.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
14 # The dt-schema tools will generate a select statement first by using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
24 - $nodename
[all …]
/kernel/linux/linux-5.10/drivers/net/phy/
Dphy-core.c1 // SPDX-License-Identifier: GPL-2.0+
10 * phy_speed_to_str - Return a string representing the PHY link speed
23 return "10Mbps"; in phy_speed_to_str()
33 return "10Gbps"; in phy_speed_to_str()
55 return "Unsupported (update phy-core.c)"; in phy_speed_to_str()
61 * phy_duplex_to_str - Return string describing the duplex
73 return "Unsupported (update phy-core.c)"; in phy_duplex_to_str()
79 * - iow, descending speed. */
148 /* 10G */
175 /* 10M */
[all …]
/kernel/linux/linux-4.19/drivers/net/phy/
Dphy_device.c47 put_device(&phydev->mdio.dev); in phy_device_free()
81 struct device_driver *drv = phydev->mdio.dev.driver; in mdio_bus_phy_may_suspend()
83 struct net_device *netdev = phydev->attached_dev; in mdio_bus_phy_may_suspend()
85 if (!drv || !phydrv->suspend) in mdio_bus_phy_may_suspend()
89 * suspended as part of a prior call to phy_disconnect() -> in mdio_bus_phy_may_suspend()
90 * phy_detach() -> phy_suspend() because the parent netdev might be the in mdio_bus_phy_may_suspend()
96 if (netdev->wol_enabled) in mdio_bus_phy_may_suspend()
104 if (netdev->dev.parent && device_may_wakeup(netdev->dev.parent)) in mdio_bus_phy_may_suspend()
111 if (device_may_wakeup(&netdev->dev)) in mdio_bus_phy_may_suspend()
115 return !phydev->suspended; in mdio_bus_phy_may_suspend()
[all …]