Home
last modified time | relevance | path

Searched refs:bcm_phy_enable_apd (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/phy/
Dbcm-cygnus.c108 return bcm_phy_enable_apd(phydev, false); in bcm_cygnus_config_init()
165 return bcm_phy_enable_apd(phydev, true); in bcm_omega_config_init()
Dbcm-phy-lib.h67 int bcm_phy_enable_apd(struct phy_device *phydev, bool dll_pwr_down);
Dbcm-phy-lib.c296 int bcm_phy_enable_apd(struct phy_device *phydev, bool dll_pwr_down) in bcm_phy_enable_apd() function
327 EXPORT_SYMBOL_GPL(bcm_phy_enable_apd);
Dbcm7xxx.c199 return bcm_phy_enable_apd(phydev, true); in bcm7xxx_28nm_config_init()