Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.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-14-stable/sys/dev/ipmi/
HDipmi_pci.c190 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
/freebsd-14-stable/sys/dev/usb/controller/
HDohci_pci.c181 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
HDuhci_pci.c249 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
HDehci_pci.c233 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
HDxhci_pci.c224 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
/freebsd-14-stable/sys/dev/firewire/
HDfwohci_pci.c188 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
/freebsd-14-stable/sys/dev/pci/
HDpcireg.h458 #define PCIC_SERIALBUS 0x0c macro
HDpci.c4178 if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS && in pci_add_resources()
5079 {PCIC_SERIALBUS, -1, 1, "serial bus"},
5080 {PCIC_SERIALBUS, PCIS_SERIALBUS_FW, 1, "FireWire"},
5081 {PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, 1, "AccessBus"},
5082 {PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, 1, "SSA"},
5083 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
5084 {PCIC_SERIALBUS, PCIS_SERIALBUS_FC, 1, "Fibre Channel"},
5085 {PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, 0, "SMBus"},
/freebsd-14-stable/sys/dev/ocs_fc/
HDocs_pci.c573 if (PCIC_SERIALBUS == pci_get_class(dev) && in ocs_pci_attach()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_xhci.c2964 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()