Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c585 {PCIC_SERIALBUS, -1, "serial bus"},
586 {PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
587 {PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
588 {PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
589 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
590 {PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
591 {PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},
/dragonfly/sys/dev/misc/ipmi/
H A Dipmi_pci.c186 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
/dragonfly/sys/bus/u4b/controller/
H A Duhci_pci.c226 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
H A Dohci_pci.c178 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
H A Dxhci_pci.c127 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
H A Dehci_pci.c208 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
/dragonfly/sys/bus/firewire/
H A Dfwohci_pci.c187 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
/dragonfly/sys/bus/pci/
H A Dpci.c3060 if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS && in pci_add_resources()
3539 {PCIC_SERIALBUS, -1, "serial bus"},
3540 {PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
3541 {PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
3542 {PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
3543 {PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
3544 {PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
3545 {PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},
H A Dpcireg.h399 #define PCIC_SERIALBUS 0x0c macro