Home
last modified time | relevance | path

Searched refs:ehci_vendor_id (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c296 if (((ehcip->ehci_vendor_id == PCI_VENDOR_NEC_COMBO) && in ehci_hcdi_pm_support()
299 ((ehcip->ehci_vendor_id == PCI_VENDOR_ULi_M1575) && in ehci_hcdi_pm_support()
302 (ehcip->ehci_vendor_id == PCI_VENDOR_VIA)) { in ehci_hcdi_pm_support()
319 if (PCI_VENDOR_NVIDIA == ehcip->ehci_vendor_id) { in ehci_dma_attr_workaround()
730 if ((ehcip->ehci_vendor_id == PCI_VENDOR_ULi_M1575) && in ehci_register_intrs_and_init_mutex()
1071 if ((ehcip->ehci_vendor_id == PCI_VENDOR_VIA) && in ehci_init_hardware()
1120 if (ehcip->ehci_vendor_id == PCI_VENDOR_ALI) { in ehci_init_workaround()
1134 if (ehcip->ehci_vendor_id == PCI_VENDOR_VIA) { in ehci_init_workaround()
1219 if (ehcip->ehci_vendor_id == PCI_VENDOR_ALI) { in ehci_init_check_status()
3776 if ((ehcip->ehci_vendor_id == PCI_VENDOR_ULi_M1575) && in ehci_do_soft_reset()
[all …]
H A Dehci.c260 ehcip->ehci_vendor_id = pci_config_get16( in ehci_attach()
700 if ((ehcip->ehci_vendor_id == PCI_VENDOR_VIA) && in ehci_intr()
1260 if ((ehcip->ehci_vendor_id == PCI_VENDOR_VIA) && in ehci_hcdi_bulk_transfer_size()
H A Dehci_polled.c2175 if ((ehcip->ehci_vendor_id == PCI_VENDOR_ULi_M1575) && in ehci_polled_insert_async_qh()
H A Dehci_xfer.c621 if ((ehcip->ehci_vendor_id == PCI_VENDOR_ULi_M1575) && in ehci_insert_async_qh()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h77 uint16_t ehci_vendor_id; /* chip vendor */ member
282 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_vendor_id))