Home
last modified time | relevance | path

Searched +full:smarteee +full:- +full:tw +full:- +full:us +full:- +full:1 +full:g (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar803x.yaml1 # 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:
29 enum: [0, 1, 2]
[all …]
/linux/drivers/net/phy/qcom/
H A Dat803x.c1 // SPDX-License-Identifier: GPL-2.0+
23 #include <dt-bindings/net/qca-ar803x.h>
48 #define AT803X_PSSR 0x11 /*PHY-Specific Status Register*/
69 #define AT803X_CLK_OUT_25MHZ_DSP 1
84 #define AT803X_CLK_OUT_STRENGTH_HALF 1
102 #define AT803X_PAGE_COPPER 1
106 #define AT803X_DISABLE_SMARTEEE BIT(1)
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()
[all …]