Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Duhci_pci.c245 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in uhci_pci_match()
Dohci_pci.c189 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in ohci_pci_match()
Dehci_pci.c224 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in ehci_pci_match()
Dxhci_pci.c200 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in xhci_pci_match()
/freebsd-12-stable/sys/dev/pci/
Dpcireg.h462 #define PCIS_SERIALBUS_USB 0x03 macro
Dpci.c4064 pci_get_subclass(dev) == PCIS_SERIALBUS_USB) { in pci_add_resources()
4954 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c715 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.c2846 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_SERIALBUS_USB); in pci_xhci_init()