Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c602 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()
626 pci_config_put32(dev->d_pcih, PCI_OUR_REG_1, 0); in yge_phy_power()
687 ddi_acc_handle_t pcih = dev->d_pcih; in yge_reset()
1161 ddi_acc_handle_t pcih = dev->d_pcih; in yge_find_capability()
1206 pci_config_put16(dev->d_pcih, PCI_CONF_COMM, in yge_attach()
1222 pci_config_put32(dev->d_pcih, PCI_OUR_REG_3, 0); in yge_attach()
1460 if (dev->d_pcih != NULL) in yge_detach()
1461 pci_config_teardown(&dev->d_pcih); in yge_detach()
1762 pci_config_put16(dev->d_pcih, PCI_CONF_COMM, in yge_resume()
[all …]
H A Dyge.h2131 ddi_acc_handle_t d_pcih; member