Lines Matching defs:config_handle
1097 ddi_acc_handle_t config_handle;
1118 if (pci_config_setup(child, &config_handle) != DDI_SUCCESS)
1126 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
1140 command = pci_config_get16(config_handle, PCI_CONF_COMM);
1143 pci_config_put16(config_handle, PCI_CONF_COMM, command);
1144 command = pci_config_get16(config_handle, PCI_CONF_COMM);
1152 bcr = pci_config_get8(config_handle, PCI_BCNF_BCNTRL);
1158 pci_config_put8(config_handle, PCI_BCNF_BCNTRL, bcr);
1168 pci_config_put8(config_handle, PCI_CONF_CACHE_LINESZ,
1170 n = pci_config_get8(config_handle, PCI_CONF_CACHE_LINESZ);
1184 pci_config_put8(config_handle, PCI_BCNF_LATENCY_TIMER,
1187 min_gnt = pci_config_get8(config_handle,
1197 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER,
1199 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER);
1205 pci_config_teardown(&config_handle);