Searched refs:PCIC_SERIALBUS (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 724 {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 D | ipmi_pci.c | 189 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
|
/freebsd/sys/dev/usb/controller/ |
H A D | uhci_pci.c | 261 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
|
H A D | ohci_pci.c | 181 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
|
H A D | ehci_pci.c | 237 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
|
H A D | xhci_pci.c | 233 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
|
/freebsd/sys/dev/firewire/ |
H A D | fwohci_pci.c | 188 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
|
/freebsd/sys/dev/pci/ |
H A D | pcireg.h | 458 #define PCIC_SERIALBUS 0x0c macro
|
H A D | pci.c | 4198 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 D | ocs_pci.c | 573 if (PCIC_SERIALBUS == pci_get_class(dev) && in ocs_pci_attach()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_xhci.c | 2981 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()
|