Home
last modified time | relevance | path

Searched refs:MDIO_CTRL1_LPOWER (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-platform.c541 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_platform_suspend()
557 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_platform_resume()
Dxgbe-pci.c444 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_pci_suspend()
458 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_pci_resume()
Dxgbe-phy-v1.c324 reg |= MDIO_CTRL1_LPOWER; in xgbe_phy_pcs_power_cycle()
329 reg &= ~MDIO_CTRL1_LPOWER; in xgbe_phy_pcs_power_cycle()
/linux-5.19.10/include/uapi/linux/
Dmdio.h98 #define MDIO_CTRL1_LPOWER BMCR_PDOWN macro
/linux-5.19.10/drivers/net/phy/
Daquantia_main.c602 MDIO_CTRL1_LPOWER); in aqr107_suspend()
608 MDIO_CTRL1_LPOWER); in aqr107_resume()
Dphy-c45.c55 MDIO_CTRL1_LPOWER); in genphy_c45_pma_resume()
69 MDIO_CTRL1_LPOWER); in genphy_c45_pma_suspend()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Daq100x.c124 MDIO_CTRL1_LPOWER, off); in aq100x_power_down()
Dael1002.c149 MDIO_CTRL1_LPOWER, enable); in ael1002_power_down()
Dt3_hw.c358 err = t3_mdio_change_bits(phy, mmd, MDIO_CTRL1, MDIO_CTRL1_LPOWER, in t3_phy_reset()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dmdio_10g.c208 MDIO_CTRL1_LPOWER, lpower); in ef4_mdio_set_mmd_lpower()
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dserdes.c712 MDIO_CTRL1_LPOWER); in mv88e6390_serdes_power_10g()
714 new_val = val | MDIO_CTRL1_LPOWER; in mv88e6390_serdes_power_10g()