Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dpvpanic-pci.c73 pc->class_id = PCI_CLASS_SYSTEM_OTHER; in pvpanic_pci_class_init()
/openbmc/qemu/hw/i386/xen/
H A Dxen_pvdevice.c132 k->class_id = PCI_CLASS_SYSTEM_OTHER; in xen_pv_class_init()
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h93 #define PCI_CLASS_SYSTEM_OTHER 0x0880 macro
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c1465 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
1471 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
1477 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
1483 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c471 k->class_id = PCI_CLASS_SYSTEM_OTHER; in i6300esb_class_init()
/openbmc/linux/drivers/dma/
H A Dplx_dma.c622 .class = PCI_CLASS_SYSTEM_OTHER << 8,
/openbmc/u-boot/include/
H A Dpci_ids.h80 #define PCI_CLASS_SYSTEM_OTHER 0x0880 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h91 #define PCI_CLASS_SYSTEM_OTHER 0x0880 macro
/openbmc/linux/drivers/pci/
H A Dquirks.c6100 pdev->class = (PCI_CLASS_SYSTEM_OTHER << 8) | pdev->class; in apex_pci_fixup_class()