Symbol: PCIC_SERIALBUS
sys/dev/firewire/fwohci_pci.c
192
if (pci_get_class(dev) == PCIC_SERIALBUS
sys/dev/ipmi/ipmi_pci.c
189
if (pci_get_class(dev) == PCIC_SERIALBUS &&
sys/dev/ocs_fc/ocs_pci.c
573
if (PCIC_SERIALBUS == pci_get_class(dev) &&
sys/dev/pci/pci.c
4208
if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS &&
sys/dev/pci/pci.c
5098
{PCIC_SERIALBUS, -1, 1, "serial bus"},
sys/dev/pci/pci.c
5099
{PCIC_SERIALBUS, PCIS_SERIALBUS_FW, 1, "FireWire"},
sys/dev/pci/pci.c
5100
{PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, 1, "AccessBus"},
sys/dev/pci/pci.c
5101
{PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, 1, "SSA"},
sys/dev/pci/pci.c
5102
{PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
sys/dev/pci/pci.c
5103
{PCIC_SERIALBUS, PCIS_SERIALBUS_FC, 1, "Fibre Channel"},
sys/dev/pci/pci.c
5104
{PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, 0, "SMBus"},
sys/dev/thunderbolt/nhi_pci.c
99
if ((pci_get_class(dev) == PCIC_SERIALBUS)
sys/dev/usb/controller/ehci_pci.c
241
if ((pci_get_class(self) == PCIC_SERIALBUS)
sys/dev/usb/controller/ohci_pci.c
181
if ((pci_get_class(self) == PCIC_SERIALBUS) &&
sys/dev/usb/controller/uhci_pci.c
261
if ((pci_get_class(self) == PCIC_SERIALBUS) &&
sys/dev/usb/controller/xhci_pci.c
235
if ((pci_get_class(self) == PCIC_SERIALBUS)
usr.sbin/bhyve/pci_xhci.c
2981
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS);
usr.sbin/pciconf/pciconf.c
1032
{PCIC_SERIALBUS, -1, "serial bus"},
usr.sbin/pciconf/pciconf.c
1033
{PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
usr.sbin/pciconf/pciconf.c
1034
{PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
usr.sbin/pciconf/pciconf.c
1035
{PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
usr.sbin/pciconf/pciconf.c
1036
{PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
usr.sbin/pciconf/pciconf.c
1037
{PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
usr.sbin/pciconf/pciconf.c
1038
{PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},
usr.sbin/pciconf/pciconf.c
1039
{PCIC_SERIALBUS, PCIS_SERIALBUS_INFINIBAND, "InfiniBand"},
usr.sbin/pciconf/pciconf.c
1040
{PCIC_SERIALBUS, PCIS_SERIALBUS_IPMI, "IPMI"},
usr.sbin/pciconf/pciconf.c
1041
{PCIC_SERIALBUS, PCIS_SERIALBUS_SERCOS, "SERCOS"},
usr.sbin/pciconf/pciconf.c
1042
{PCIC_SERIALBUS, PCIS_SERIALBUS_CANBUS, "CANbus"},
usr.sbin/pciconf/pciconf.c
1043
{PCIC_SERIALBUS, PCIS_SERIALBUS_MIPI_I3C, "MIPI I3C"},