Symbol: PCIC_SERIALBUS
sys/dev/firewire/fwohci_pci.c
188
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/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
1004
{PCIC_SERIALBUS, -1, "serial bus"},
usr.sbin/pciconf/pciconf.c
1005
{PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
usr.sbin/pciconf/pciconf.c
1006
{PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
usr.sbin/pciconf/pciconf.c
1007
{PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
usr.sbin/pciconf/pciconf.c
1008
{PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
usr.sbin/pciconf/pciconf.c
1009
{PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
usr.sbin/pciconf/pciconf.c
1010
{PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},
usr.sbin/pciconf/pciconf.c
1011
{PCIC_SERIALBUS, PCIS_SERIALBUS_INFINIBAND, "InfiniBand"},
usr.sbin/pciconf/pciconf.c
1012
{PCIC_SERIALBUS, PCIS_SERIALBUS_IPMI, "IPMI"},
usr.sbin/pciconf/pciconf.c
1013
{PCIC_SERIALBUS, PCIS_SERIALBUS_SERCOS, "SERCOS"},
usr.sbin/pciconf/pciconf.c
1014
{PCIC_SERIALBUS, PCIS_SERIALBUS_CANBUS, "CANbus"},
usr.sbin/pciconf/pciconf.c
1015
{PCIC_SERIALBUS, PCIS_SERIALBUS_MIPI_I3C, "MIPI I3C"},