Searched refs:PCI_OUR_REG_1 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 591 val = pci_config_get32(dev->d_pcih, PCI_OUR_REG_1); in yge_phy_power() 602 pci_config_put32(dev->d_pcih, PCI_OUR_REG_1, val); in yge_phy_power() 626 pci_config_put32(dev->d_pcih, PCI_OUR_REG_1, 0); in yge_phy_power() 650 val = pci_config_get32(dev->d_pcih, PCI_OUR_REG_1); in yge_phy_power() 660 pci_config_put32(dev->d_pcih, PCI_OUR_REG_1, val); in yge_phy_power() 745 val = pci_config_get32(pcih, PCI_OUR_REG_1); in yge_reset() 747 pci_config_put32(pcih, PCI_OUR_REG_1, val); in yge_reset()
|
H A D | yge.h | 104 #define PCI_OUR_REG_1 0x40 /* 32 bit Our Register 1 */ macro
|