Searched refs:d_pcih (Results 1 – 2 of 2) sorted by relevance
/titanic_50/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() 613 pci_config_put32(dev->d_pcih, PCI_OUR_REG_3, 0); in yge_phy_power() 615 our = pci_config_get32(dev->d_pcih, PCI_OUR_REG_4); in yge_phy_power() 619 pci_config_put32(dev->d_pcih, PCI_OUR_REG_4, our); in yge_phy_power() 622 our = pci_config_get32(dev->d_pcih, PCI_OUR_REG_5); in yge_phy_power() 624 pci_config_put32(dev->d_pcih, PCI_OUR_REG_5, our); 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() [all …]
|
H A D | yge.h | 2131 ddi_acc_handle_t d_pcih; member
|