Home
last modified time | relevance | path

Searched full:aldps (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/net/
H A Drealtek,rtl82xx.yaml27 realtek,aldps-enable:
30 Enable ALDPS mode, ALDPS mode default is disabled after hardware reset.
43 realtek,aldps-enable;
/openbmc/linux/drivers/net/phy/
H A Drealtek.c118 if (of_property_read_bool(dev->of_node, "realtek,aldps-enable")) in rtl821x_probe()
356 dev_err(dev, "aldps mode configuration failed: %pe\n", in rtl8211f_config_init()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_phy_config.c950 /* Disable ALDPS before ram code */ in rtl8105e_hw_phy_config()
964 /* Disable ALDPS before setting firmware */ in rtl8402_hw_phy_config()
987 /* Disable ALDPS before ram code */ in rtl8106e_hw_phy_config()
/openbmc/linux/drivers/net/usb/
H A Dr8152.c906 u32 aldps:1; member
3546 if (tp->ups_info.aldps) in r8153b_ups_flags()
3621 if (tp->ups_info.aldps) in r8156_ups_flags()
5790 tp->ups_info.aldps = enable; in r8153_aldps_en()
5798 /* disable ALDPS before updating the PHY parameters */ in r8153_hw_phy_cfg()
5878 /* disable ALDPS before updating the PHY parameters */ in r8153b_hw_phy_cfg()
7388 /* disable ALDPS before updating the PHY parameters */ in r8156_hw_phy_cfg()
7775 /* disable ALDPS before updating the PHY parameters */ in r8156b_hw_phy_cfg()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c1483 phy_write( eng, 24, 0x0310 ); // Disable ALDPS in phy_realtek4()