Home
last modified time | relevance | path

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

/qemu/include/standard-headers/linux/
H A Dpci_regs.h256 #define PCI_PM_CTRL_NO_SOFT_RESET 0x0008 /* No reset for D3hot->D0 */ macro
/qemu/hw/virtio/
H A Dvirtio-pci.c2252 PCI_PM_CTRL_NO_SOFT_RESET); in virtio_pci_realize()
2337 return (pmcsr & PCI_PM_CTRL_NO_SOFT_RESET) && in virtio_pci_no_soft_reset()
/qemu/hw/vfio/
H A Dpci.c2166 if (!(csr & PCI_PM_CTRL_NO_SOFT_RESET)) { in vfio_check_pm_reset()
/qemu/hw/nvme/
H A Dctrl.c8616 PCI_PM_CTRL_NO_SOFT_RESET); in nvme_add_pm_capability()