Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Duhci_pci.c245 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in uhci_pci_match()
H A Dohci_pci.c188 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in ohci_pci_match()
H A Dxhci_pci.c163 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in xhci_pci_match()
H A Dehci_pci.c221 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in ehci_pci_match()
/freebsd-12.1/sys/dev/pci/
H A Dpcireg.h439 #define PCIS_SERIALBUS_USB 0x03 macro
H A Dpci.c4023 pci_get_subclass(dev) == PCIS_SERIALBUS_USB) { in pci_add_resources()
4892 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
/freebsd-12.1/usr.sbin/pciconf/
H A Dpciconf.c703 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_xhci.c2833 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_SERIALBUS_USB); in pci_xhci_init()