Searched refs:PCI_Y2_PHY2_POWD (Results 1 – 2 of 2) sorted by relevance
592 val &= ~(PCI_Y2_PHY1_POWD | PCI_Y2_PHY2_POWD); in yge_phy_power()656 val &= ~(PCI_Y2_PHY1_POWD | PCI_Y2_PHY2_POWD); in yge_phy_power()658 val |= (PCI_Y2_PHY1_POWD | PCI_Y2_PHY2_POWD); in yge_phy_power()
137 #define PCI_Y2_PHY2_POWD BIT(27) /* Set PHY 2 to Power Down (YUKON-2) */ macro