Searched refs:PCI_Y2_PHY1_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()
138 #define PCI_Y2_PHY1_POWD BIT(26) /* Set PHY 1 to Power Down (YUKON-2) */ macro