Searched refs:ohci_config_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h133 ddi_acc_handle_t ohci_config_handle; /* Config space hndle */ member in struct:ohci_state
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c684 ohcip->ohci_config_handle, PCI_CONF_VENID);
686 ohcip->ohci_config_handle, PCI_CONF_DEVID);
688 ohcip->ohci_config_handle, PCI_CONF_REVID);
1191 &ohcip->ohci_config_handle) != DDI_SUCCESS) {
1200 cmd_reg = pci_config_get16(ohcip->ohci_config_handle, PCI_CONF_COMM);
1212 pci_config_put16(ohcip->ohci_config_handle, PCI_CONF_COMM, cmd_reg);
2165 if (ohcip->ohci_config_handle) {
2166 pci_config_teardown(&ohcip->ohci_config_handle);

Completed in 81 milliseconds