Searched full:dp83822 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | ti,dp83822.yaml | 5 $id: "http://devicetree.org/schemas/net/ti,dp83822.yaml#" 8 title: TI DP83822 ethernet PHY 14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It 17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to 33 DP83822 PHY in Fiber mode only. 34 Sets the DP83822 to detect a link drop condition when the signal goes 42 DP83822 PHY only. 43 If present the DP83822 PHY is configured to operate in fiber mode 53 DP83822 PHY only. 60 DP83822 PHY only.
|
/Linux-v6.1/drivers/net/phy/ |
D | dp83822.c | 2 /* Driver for the Texas Instruments DP83822, DP83825 and DP83826 PHYs. 222 struct dp83822_private *dp83822 = phydev->priv; in dp83822_config_intr() local 236 if (!dp83822->fx_enabled) in dp83822_config_intr() 256 if (!dp83822->fx_enabled) in dp83822_config_intr() 334 struct dp83822_private *dp83822 = phydev->priv; in dp83822_read_status() local 339 if (dp83822->fx_enabled) { in dp83822_read_status() 379 struct dp83822_private *dp83822 = phydev->priv; in dp83822_config_init() local 417 if (dp83822->fx_enabled) { in dp83822_config_init() 464 if (dp83822->fx_signal_det_low) { in dp83822_config_init() 494 struct dp83822_private *dp83822 = phydev->priv; in dp83822_of_init() local [all …]
|
D | Kconfig | 326 tristate "Texas Instruments DP83822/825/826 PHYs" 328 Supports the DP83822, DP83825I, DP83825CM, DP83825CS, DP83825S,
|
D | Makefile | 56 obj-$(CONFIG_DP83822_PHY) += dp83822.o
|