Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dbcm-phy-lib.h46 int bcm_phy_set_eee(struct phy_device *phydev, bool enable);
Dbcm-cygnus.c107 rc = bcm_phy_set_eee(phydev, true); in bcm_cygnus_config_init()
Dbcm-phy-lib.c199 int bcm_phy_set_eee(struct phy_device *phydev, bool enable) in bcm_phy_set_eee() function
229 EXPORT_SYMBOL_GPL(bcm_phy_set_eee);
Dbcm7xxx.c260 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE); in bcm7xxx_28nm_config_init()
573 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE); in bcm7xxx_28nm_set_tunable()