Searched +full:smarteee +full:- +full:tw +full:- +full:us +full:- +full:100 +full:m (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | qca,ar803x.yaml | 1 # SPDX-License-Identifier: GPL-2.0+ 3 --- 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> 18 - $ref: ethernet-phy.yaml# 21 qca,clk-out-frequency: 26 qca,clk-out-strength: 31 qca,disable-smarteee: [all …]
|
/linux-6.12.1/drivers/net/phy/qcom/ |
D | at803x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * Author: Matus Ujhelyi <ujhelyi.m@gmail.com> 23 #include <dt-bindings/net/qca-ar803x.h> 48 #define AT803X_PSSR 0x11 /*PHY-Specific Status Register*/ 193 context->bmcr = phy_read(phydev, MII_BMCR); in at803x_context_save() 194 context->advertise = phy_read(phydev, MII_ADVERTISE); in at803x_context_save() 195 context->control1000 = phy_read(phydev, MII_CTRL1000); in at803x_context_save() 196 context->int_enable = phy_read(phydev, AT803X_INTR_ENABLE); in at803x_context_save() 197 context->smart_speed = phy_read(phydev, AT803X_SMART_SPEED); in at803x_context_save() 198 context->led_control = phy_read(phydev, AT803X_LED_CONTROL); in at803x_context_save() [all …]
|