Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c612 &ehcip->ehci_config_handle) != DDI_SUCCESS) { in ehci_map_regs()
621 cmd_reg = pci_config_get16(ehcip->ehci_config_handle, PCI_CONF_COMM); in ehci_map_regs()
762 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()
1406 extended_cap = pci_config_get32(ehcip->ehci_config_handle, in ehci_take_control()
1455 pci_config_put32(ehcip->ehci_config_handle, extended_cap_offset, in ehci_take_control()
1466 ehcip->ehci_config_handle, extended_cap_offset); in ehci_take_control()
1830 if (ehcip->ehci_config_handle) { in ehci_cleanup()
1831 pci_config_teardown(&ehcip->ehci_config_handle); in ehci_cleanup()
H A Dehci.c262 ehcip->ehci_config_handle, PCI_CONF_VENID); in ehci_attach()
264 ehcip->ehci_config_handle, PCI_CONF_DEVID); in ehci_attach()
266 ehcip->ehci_config_handle, PCI_CONF_REVID); in ehci_attach()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h85 ddi_acc_handle_t ehci_config_handle; /* Config space hndle */ member