Home
last modified time | relevance | path

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