Searched +full:eee +full:- +full:broken +full:- +full:1000 +full:kx (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/bindings/net/ | 
| D | ethernet-phy.yaml | 1 # 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 …] 
 | 
| /Linux-v5.4/drivers/net/phy/ | 
| D | phy-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 48 		return "Unsupported (update phy-core.c)";  in phy_speed_to_str() 61 	return "Unsupported (update phy-core.c)";  in phy_duplex_to_str() 67  * - iow, descending speed. */ 131 	PHY_SETTING(   1000, FULL,   1000baseKX_Full		), 132 	PHY_SETTING(   1000, FULL,   1000baseT_Full		), 133 	PHY_SETTING(   1000, HALF,   1000baseT_Half		), 134 	PHY_SETTING(   1000, FULL,   1000baseT1_Full		), 135 	PHY_SETTING(   1000, FULL,   1000baseX_Full		), 147  * phy_lookup_setting - lookup a PHY setting [all …] 
 |