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 D | ehci_util.c | 612 &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 D | ehci.c | 262 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 D | ehcid.h | 85 ddi_acc_handle_t ehci_config_handle; /* Config space hndle */ member
|