Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dbcm-cygnus.c103 rc = bcm_phy_set_eee(phydev, true); in bcm_cygnus_config_init()
161 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE); in bcm_omega_config_init()
218 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE); in bcm_omega_set_tunable()
Dbcm7xxx.c199 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE); in bcm7xxx_28nm_config_init()
566 ret = bcm_phy_set_eee(phydev, true); in bcm7xxx_16nm_ephy_config_init()
795 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE); in bcm7xxx_28nm_set_tunable()
Dbcm-phy-lib.h78 int bcm_phy_set_eee(struct phy_device *phydev, bool enable);
Dbcm-phy-lib.c372 int bcm_phy_set_eee(struct phy_device *phydev, bool enable) in bcm_phy_set_eee() function
409 EXPORT_SYMBOL_GPL(bcm_phy_set_eee);