Home
last modified time | relevance | path

Searched refs:lpm_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-platform.c540 pdata->lpm_ctrl = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL1); in xgbe_platform_suspend()
541 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_platform_suspend()
542 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_platform_suspend()
557 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_platform_resume()
558 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_platform_resume()
Dxgbe-pci.c443 pdata->lpm_ctrl = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL1); in xgbe_pci_suspend()
444 pdata->lpm_ctrl |= MDIO_CTRL1_LPOWER; in xgbe_pci_suspend()
445 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_pci_suspend()
458 pdata->lpm_ctrl &= ~MDIO_CTRL1_LPOWER; in xgbe_pci_resume()
459 XMDIO_WRITE(pdata, MDIO_MMD_PCS, MDIO_CTRL1, pdata->lpm_ctrl); in xgbe_pci_resume()
Dxgbe.h1265 unsigned int lpm_ctrl; /* CTRL1 for resume */ member