Home
last modified time | relevance | path

Searched refs:PCI_Y2_PHY2_POWD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c592 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()
H A Dyge.h137 #define PCI_Y2_PHY2_POWD BIT(27) /* Set PHY 2 to Power Down (YUKON-2) */ macro