Home
last modified time | relevance | path

Searched refs:PCI_CLASS_STORAGE_EXPRESS (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h28 #define PCI_CLASS_STORAGE_EXPRESS 0x0108 macro
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c250 case PCI_CLASS_STORAGE_EXPRESS: in unplug_disks()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.c831 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, ~0) },
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c248 case PCI_CLASS_STORAGE_EXPRESS: in vmd_next_irq()
/openbmc/u-boot/include/
H A Dpci_ids.h24 #define PCI_CLASS_STORAGE_EXPRESS 0x010802 macro
/openbmc/linux/drivers/ata/
H A Dahci.c1654 != PCI_CLASS_STORAGE_EXPRESS) in ahci_remap_check()
/openbmc/linux/include/linux/
H A Dpci_ids.h27 #define PCI_CLASS_STORAGE_EXPRESS 0x010802 macro
/openbmc/linux/drivers/nvme/host/
H A Dpci.c3561 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
/openbmc/linux/drivers/pci/
H A Dquirks.c4061 if (dev->class != PCI_CLASS_STORAGE_EXPRESS || in nvme_disable_and_flr()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8564 pci_config_set_class(pci_conf, PCI_CLASS_STORAGE_EXPRESS); in nvme_init_pci()
9072 pc->class_id = PCI_CLASS_STORAGE_EXPRESS; in nvme_class_init()