Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c683 ohcip->ohci_config_handle, PCI_CONF_VENID); in ohci_attach()
685 ohcip->ohci_config_handle, PCI_CONF_DEVID); in ohci_attach()
687 ohcip->ohci_config_handle, PCI_CONF_REVID); in ohci_attach()
1176 &ohcip->ohci_config_handle) != DDI_SUCCESS) { in ohci_map_regs()
1185 cmd_reg = pci_config_get16(ohcip->ohci_config_handle, PCI_CONF_COMM); in ohci_map_regs()
1197 pci_config_put16(ohcip->ohci_config_handle, PCI_CONF_COMM, cmd_reg); in ohci_map_regs()
2149 if (ohcip->ohci_config_handle) { in ohci_cleanup()
2150 pci_config_teardown(&ohcip->ohci_config_handle); in ohci_cleanup()