bcm_phy_enable_apd
return bcm_phy_enable_apd(phydev, false);
return bcm_phy_enable_apd(phydev, true);
EXPORT_SYMBOL_GPL(bcm_phy_enable_apd);
int bcm_phy_enable_apd(struct phy_device *phydev, bool dll_pwr_down);
return bcm_phy_enable_apd(phydev, true);
return bcm_phy_enable_apd(phydev, true);