Home
last modified time | relevance | path

Searched refs:PCI_CLASS_MEMORY_CXL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h57 #define PCI_CLASS_MEMORY_CXL 0x0502 macro
/openbmc/linux/drivers/cxl/
H A Dpci.c924 { PCI_DEVICE_CLASS((PCI_CLASS_MEMORY_CXL << 8 | CXL_MEMORY_PROGIF), ~0)},
/openbmc/linux/include/linux/
H A Dpci_ids.h54 #define PCI_CLASS_MEMORY_CXL 0x0502 macro
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c2140 pc->class_id = PCI_CLASS_MEMORY_CXL; in ct3_class_init()