Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dpciconf.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"},
732 {PCIC_SERIALBUS, PCIS_SERIALBUS_IPMI, "IPMI"},
733 {PCIC_SERIALBUS, PCIS_SERIALBUS_SERCOS, "SERCOS"},
734 {PCIC_SERIALBUS, PCIS_SERIALBUS_CANBUS, "CANbus"},
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_pci.c189 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
/freebsd/sys/dev/usb/controller/
H A Dohci_pci.c182 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
H A Duhci_pci.c262 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
H A Dehci_pci.c238 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
H A Dxhci_pci.c222 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c188 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
/freebsd/sys/dev/pci/
H A Dpcireg.h458 #define PCIC_SERIALBUS 0x0c macro
H A Dpci.c4101 if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS && in pci_add_resources()
5000 {PCIC_SERIALBUS, -1, 1, "serial bus"},
5001 {PCIC_SERIALBUS, PCIS_SERIALBUS_FW, 1, "FireWire"},
5002 {PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, 1, "AccessBus"},
5003 {PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, 1, "SSA"},
5004 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, 1, "USB"},
5005 {PCIC_SERIALBUS, PCIS_SERIALBUS_FC, 1, "Fibre Channel"},
5006 {PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, 0, "SMBus"},
/freebsd/sys/dev/ocs_fc/
H A Docs_pci.c573 if (PCIC_SERIALBUS == pci_get_class(dev) && in ocs_pci_attach()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2922 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()