Searched refs:PCIC_SERIALBUS (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/usr.sbin/pciconf/ |
| HD | pciconf.c | 585 {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/ |
| HD | ipmi_pci.c | 186 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
|
| /dragonfly/sys/bus/u4b/controller/ |
| HD | uhci_pci.c | 226 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
|
| HD | ohci_pci.c | 178 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
|
| HD | ehci_pci.c | 208 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
|
| HD | xhci_pci.c | 127 if ((pci_get_class(self) == PCIC_SERIALBUS) in xhci_pci_match()
|
| /dragonfly/sys/bus/firewire/ |
| HD | fwohci_pci.c | 187 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()
|
| /dragonfly/sys/bus/pci/ |
| HD | pci.c | 3060 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"},
|
| HD | pcireg.h | 399 #define PCIC_SERIALBUS 0x0c macro
|