Searched +full:tx +full:- +full:amplitude +full:- +full:100 +full:base +full:- +full:tx +full:- +full:percent (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/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-6.15/drivers/net/phy/ |
D | dp83822.c | 1 // SPDX-License-Identifier: GPL-2.0 148 #define DP83822_LED_FN_LINK_100_BTX 0x5 /* 100 BTX link established */ 151 #define DP83822_LED_FN_LINK_RX_TX 0x8 /* Link established, blink for rx or tx activity */ 153 #define DP83822_LED_FN_MII_LINK 0xa /* MII LINK (100BT+FD) */ 155 #define DP83822_LED_FN_RX_TX_ERR 0xc /* TX/RX MII Error */ 210 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol() 214 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol() 215 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol() 218 return -EINVAL; in dp83822_config_wol() 232 if (wol->wolopts & WAKE_MAGIC) in dp83822_config_wol() [all …]
|
D | phy_device.c | 1 // SPDX-License-Identifier: GPL-2.0+ 33 #include <linux/pse-pd/pse.h> 44 #include "phylib-internal.h" 45 #include "phy-caps.h" 142 /* 10/100 half/full*/ in features_init() 150 /* 100 full, TP */ in features_init() 160 /* 10/100 half/full + 1000 half/full */ in features_init() 171 /* 10/100 half/full + 1000 half/full + fibre*/ in features_init() 183 /* 10/100 half/full + 1000 half/full + 10G full*/ in features_init() 207 put_device(&phydev->mdio.dev); in phy_device_free() [all …]
|
D | micrel.c | 1 // SPDX-License-Identifier: GPL-2.0+ 9 * Copyright (c) 2010-2013 Micrel, Inc. 14 * 100/10 Phys : ksz8001, ksz8721, ksz8737, ksz8041 128 * The value is calculated as following: (1/1000000)/((2^-32)/4) 134 * The value is calculated as following: (1/1000000)/((2^-32)/8) 529 const struct kszphy_type *type = phydev->drv->driver_data; in kszphy_config_intr() 533 if (type && type->interrupt_level_mask) in kszphy_config_intr() 534 mask = type->interrupt_level_mask; in kszphy_config_intr() 546 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in kszphy_config_intr() 609 return -EINVAL; in kszphy_setup_led() [all …]
|
/linux-6.15/drivers/net/ethernet/marvell/ |
D | skge.h | 1 /* 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 …]
|