Lines Matching refs:conf_handle
1995 ddi_acc_handle_t conf_handle; in sfeattach() local
2018 if (pci_config_setup(dip, &conf_handle) != DDI_SUCCESS) { in sfeattach()
2024 vid = pci_config_get16(conf_handle, PCI_CONF_VENID); in sfeattach()
2025 did = pci_config_get16(conf_handle, PCI_CONF_DEVID); in sfeattach()
2026 rev = pci_config_get16(conf_handle, PCI_CONF_REVID); in sfeattach()
2028 iline = pci_config_get32(conf_handle, PCI_CONF_ILINE); in sfeattach()
2029 latim = pci_config_get8(conf_handle, PCI_CONF_LATENCY_TIMER); in sfeattach()
2045 pci_config_teardown(&conf_handle); in sfeattach()
2049 pci_config_put16(conf_handle, PCI_CONF_COMM, in sfeattach()
2051 pci_config_get16(conf_handle, PCI_CONF_COMM)); in sfeattach()
2054 (void) gem_pci_set_power_state(dip, conf_handle, PCI_PMCSR_D0); in sfeattach()
2056 pci_config_teardown(&conf_handle); in sfeattach()