| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_si_pci.c | 145 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_SMIC, ~0) }, 146 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_KCS, ~0) }, 147 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_BT, ~0) },
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | portdrv_pci.c | 197 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0) }, 199 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x01), ~0) }, 201 { PCI_DEVICE_CLASS(((PCI_CLASS_SYSTEM_RCEC << 8) | 0x00), ~0) },
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | vesa.c | 30 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, ~0) },
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | ahci-pci.c | 38 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_SATA_AHCI, ~0) },
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-pci.c | 48 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0) },
|
| H A D | xhci-pci.c | 67 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0) },
|
| H A D | ehci-pci.c | 171 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0) },
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | pci_mmc.c | 67 { PCI_DEVICE_CLASS(PCI_CLASS_SYSTEM_SDHCI << 8, 0xffff00) },
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | ata_generic.c | 234 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL),
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | uhci-pci.c | 289 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
|
| H A D | ohci-pci.c | 275 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
|
| H A D | ehci-pci.c | 393 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
|
| H A D | xhci-pci.c | 652 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0),
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | shpchp_core.c | 315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | amd64-agp.c | 737 { PCI_DEVICE_CLASS(0, 0) },
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1442 #define PCI_DEVICE_CLASS(dev_class, dev_class_mask) \ macro
|
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.c | 946 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, ~0) },
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | ide.c | 1230 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xffff00) },
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | nhi.c | 1354 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_USB4, ~0) },
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | pci.rst | 90 Most drivers only need ``PCI_DEVICE()`` or ``PCI_DEVICE_CLASS()`` to set up
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci.h | 941 #define PCI_DEVICE_CLASS(dev_class,dev_class_mask) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-pci-core.c | 1963 {PCI_DEVICE_CLASS(SYSTEM_SDHCI, PCI_CLASS_MASK)},
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | pci.c | 3282 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | ohci.c | 3844 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) },
|