Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci_pci.c183 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in ohci_pci_match()
H A Duhci_pci.c263 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) && in uhci_pci_match()
H A Dehci_pci.c239 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in ehci_pci_match()
H A Dxhci_pci.c223 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB) in xhci_pci_match()
/freebsd/sys/dev/pci/
H A Dpcireg.h462 #define PCIS_SERIALBUS_USB 0x03 macro
H A Dpci.c4102 pci_get_subclass(dev) == PCIS_SERIALBUS_USB) { in pci_add_resources()
5004 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c728 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2923 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_SERIALBUS_USB); in pci_xhci_init()