Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/amr/
H A Damrvar.h195 ddi_acc_handle_t pciconfig_handle; member
H A Damr.c341 if (pci_config_setup(dev, &(softs->pciconfig_handle)) in amr_attach()
357 command = pci_config_get16(softs->pciconfig_handle, PCI_CONF_COMM); in amr_attach()
370 pci_config_put16(softs->pciconfig_handle, in amr_attach()
372 command = pci_config_get16(softs->pciconfig_handle, in amr_attach()
489 pci_config_teardown(&softs->pciconfig_handle); in amr_attach()
554 pci_config_teardown(&softs->pciconfig_handle); in amr_detach()