Home
last modified time | relevance | path

Searched +full:tx +full:- +full:amplitude +full:- +full:100 +full:base +full:- +full:tx +full:- +full:percent (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Ddp83822.c1 // SPDX-License-Identifier: GPL-2.0
152 #define DP83822_LED_FN_LINK_100_BTX 0x5 /* 100 BTX link established */
155 #define DP83822_LED_FN_LINK_RX_TX 0x8 /* Link established, blink for rx or tx activity */
157 #define DP83822_LED_FN_MII_LINK 0xa /* MII LINK (100BT+FD) */
159 #define DP83822_LED_FN_RX_TX_ERR 0xc /* TX/RX MII Error */
215 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()
219 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol()
220 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol()
223 return -EINVAL; in dp83822_config_wol()
237 if (wol->wolopts & WAKE_MAGIC) in dp83822_config_wol()
[all …]
H A Dphy_device.c1 // SPDX-License-Identifier: GPL-2.0+
33 #include <linux/pse-pd/pse.h>
44 #include "phylib-internal.h"
45 #include "phy-caps.h"
149 /* 10/100 half/full*/ in features_init()
157 /* 100 full, TP */ in features_init()
167 /* 10/100 half/full + 1000 half/full */ in features_init()
178 /* 10/100 half/full + 1000 half/full + fibre*/ in features_init()
190 /* 10/100 half/full + 1000 half/full + 10G full*/ in features_init()
214 put_device(&phydev->mdio.dev); in phy_device_free()
[all …]
/linux/drivers/net/ethernet/marvell/
H A Dskge.h1 /* SPDX-License-Identifier: GPL-2.0 */
133 CS_CLK_RUN_HOT = 1<<13,/* CLK_RUN hot m. (YUKON-Lite only) */
134 CS_CLK_RUN_RST = 1<<12,/* CLK_RUN reset (YUKON-Lite only) */
135 CS_CLK_RUN_ENA = 1<<11,/* CLK_RUN enable (YUKON-Lite only) */
173 IS_I2C_READY = 1<<25, /* IRQ on end of I2C Tx */
262 CHIP_ID_YUKON_LITE = 0xb1, /* Chip ID for YUKON-Lite (Rev. A1-A3) */
263 CHIP_ID_YUKON_LP = 0xb2, /* Chip ID for YUKON-LP */
264 CHIP_ID_YUKON_XL = 0xb3, /* Chip ID for YUKON-2 XL */
265 CHIP_ID_YUKON_EC = 0xb6, /* Chip ID for YUKON-2 EC */
266 CHIP_ID_YUKON_FE = 0xb7, /* Chip ID for YUKON-2 FE */
[all …]