Home
last modified time | relevance | path

Searched refs:PCIS_SERIALBUS_USB (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
HDuhci_pci.c243 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in uhci_pci_match()
HDohci_pci.c187 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in ohci_pci_match()
HDehci_pci.c222 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in ehci_pci_match()
HDxhci_pci.c164 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in xhci_pci_match()
/freebsd-11-stable/sys/dev/pci/
HDpcireg.h460 #define PCIS_SERIALBUS_USB 0x03 macro
HDpci.c4017 pci_get_subclass(dev) == PCIS_SERIALBUS_USB) { in pci_add_resources()
4841 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
/freebsd-11-stable/usr.sbin/pciconf/
HDpciconf.c693 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
/freebsd-11-stable/usr.sbin/bhyve/
HDpci_xhci.c2833 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_SERIALBUS_USB); in pci_xhci_init()