Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c390 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_platform_suspend()
406 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_platform_resume()
H A Dxgbe-pci.c365 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_pci_suspend()
379 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_pci_resume()
H A Dxgbe-phy-v1.c215 reg |= MDIO_CTRL1_LPOWER; in xgbe_phy_pcs_power_cycle()
220 reg &= ~MDIO_CTRL1_LPOWER; in xgbe_phy_pcs_power_cycle()
/linux/drivers/net/phy/
H A Dmarvell-88q2xxx.c151 MDIO_CTRL1_LPOWER | MDIO_PMA_CTRL1_SPEED1000 },
606 MDIO_CTRL1_LPOWER); in mv88q2xxx_suspend()
622 MDIO_CTRL1_LPOWER); in mv88q2xxx_resume()
H A Dphy-c45.c58 MDIO_CTRL1_LPOWER); in genphy_c45_pma_resume()
72 MDIO_CTRL1_LPOWER); in genphy_c45_pma_suspend()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c390 MDIO_CTRL1_LPOWER, 0); in mv88e639x_xg_pcs_enable()
395 mv88e639x_modify(mpcs, MV88E6390_10G_CTRL1, MDIO_CTRL1_LPOWER, in mv88e639x_xg_pcs_disable()
396 MDIO_CTRL1_LPOWER); in mv88e639x_xg_pcs_disable()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c124 MDIO_CTRL1_LPOWER, off); in aq100x_power_down()
H A Dael1002.c149 MDIO_CTRL1_LPOWER, enable); in ael1002_power_down()
H A Dt3_hw.c358 err = t3_mdio_change_bits(phy, mmd, MDIO_CTRL1, MDIO_CTRL1_LPOWER, in t3_phy_reset()
/linux/include/uapi/linux/
H A Dmdio.h103 #define MDIO_CTRL1_LPOWER BMCR_PDOWN macro
/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c208 MDIO_CTRL1_LPOWER, lpower); in ef4_mdio_set_mmd_lpower()