Home
last modified time | relevance | path

Searched refs:PCIC_SERIALBUS (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/pciconf/
H A Dpciconf.c724 {PCIC_SERIALBUS, -1, "serial bus"},
725 {PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
726 {PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
727 {PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
728 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
729 {PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
730 {PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},
731 {PCIC_SERIALBUS, PCIS_SERIALBUS_INFINIBAND, "InfiniBand"},
732 {PCIC_SERIALBUS, PCIS_SERIALBUS_IPMI, "IPMI"},
733 {PCIC_SERIALBUS, PCIS_SERIALBUS_SERCOS, "SERCOS"},
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_pci.c189 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
/freebsd/sys/dev/usb/controller/
H A Duhci_pci.c261 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
H A Dohci_pci.c181 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
H A Dehci_pci.c237 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
H A Dxhci_pci.c233 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c188 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
/freebsd/sys/dev/pci/
H A Dpcireg.h458 #define PCIC_SERIALBUS 0x0c macro
H A Dpci.c4198 if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS && in pci_add_resources()
5088 {PCIC_SERIALBUS, -1, 1, "serial bus"},
5089 {PCIC_SERIALBUS, PCIS_SERIALBUS_FW, 1, "FireWire"},
5090 {PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, 1, "AccessBus"},
5091 {PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, 1, "SSA"},
5092 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
5093 {PCIC_SERIALBUS, PCIS_SERIALBUS_FC, 1, "Fibre Channel"},
5094 {PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, 0, "SMBus"},
/freebsd/sys/dev/ocs_fc/
H A Docs_pci.c573 if (PCIC_SERIALBUS == pci_get_class(dev) && in ocs_pci_attach()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2981 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()