Searched refs:PCIC_SERIALBUS (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/usr.sbin/pciconf/ |
| HD | 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-14-stable/sys/dev/ipmi/ |
| HD | ipmi_pci.c | 190 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
|
| /freebsd-14-stable/sys/dev/usb/controller/ |
| HD | ohci_pci.c | 181 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
|
| HD | uhci_pci.c | 249 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
|
| HD | ehci_pci.c | 233 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
|
| HD | xhci_pci.c | 224 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
|
| /freebsd-14-stable/sys/dev/firewire/ |
| HD | fwohci_pci.c | 188 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
|
| /freebsd-14-stable/sys/dev/pci/ |
| HD | pcireg.h | 458 #define PCIC_SERIALBUS 0x0c macro
|
| HD | pci.c | 4178 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/ |
| HD | ocs_pci.c | 573 if (PCIC_SERIALBUS == pci_get_class(dev) && in ocs_pci_attach()
|
| /freebsd-14-stable/usr.sbin/bhyve/ |
| HD | pci_xhci.c | 2964 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()
|