Home
last modified time | relevance | path

Searched refs:ehci_config_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c613 &ehcip->ehci_config_handle) != DDI_SUCCESS) { in ehci_map_regs()
622 cmd_reg = pci_config_get16(ehcip->ehci_config_handle, PCI_CONF_COMM); in ehci_map_regs()
763 iline = pci_config_get8(ehcip->ehci_config_handle, in ehci_register_intrs_and_init_mutex()
1025 cmd_reg = pci_config_get16(ehcip->ehci_config_handle, PCI_CONF_COMM); in ehci_init_hardware()
1027 pci_config_put16(ehcip->ehci_config_handle, PCI_CONF_COMM, cmd_reg); in ehci_init_hardware()
1413 extended_cap = pci_config_get32(ehcip->ehci_config_handle, in ehci_take_control()
1476 pci_config_put32(ehcip->ehci_config_handle, extended_cap_offset, in ehci_take_control()
1487 ehcip->ehci_config_handle, extended_cap_offset); in ehci_take_control()
1851 if (ehcip->ehci_config_handle) { in ehci_cleanup()
1852 pci_config_teardown(&ehcip->ehci_config_handle); in ehci_cleanup()
H A Dehci.c261 ehcip->ehci_config_handle, PCI_CONF_VENID); in ehci_attach()
263 ehcip->ehci_config_handle, PCI_CONF_DEVID); in ehci_attach()
265 ehcip->ehci_config_handle, PCI_CONF_REVID); in ehci_attach()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h85 ddi_acc_handle_t ehci_config_handle; /* Config space hndle */ member