Searched refs:lpm_ctrl (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-platform.c | 389 pdata->lpm_ctrl = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL1); in xgbe_platform_suspend() 390 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_platform_suspend() 391 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_platform_suspend() 406 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_platform_resume() 407 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_platform_resume()
|
| A D | xgbe-pci.c | 364 pdata->lpm_ctrl = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL1); in xgbe_pci_suspend() 365 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_pci_suspend() 366 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_pci_suspend() 379 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_pci_resume() 380 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_pci_resume()
|
| A D | xgbe.h | 1211 unsigned int lpm_ctrl; /* CTRL1 for resume */ member
|
Completed in 18 milliseconds