Home
last modified time | relevance | path

Searched refs:PCI_PM_CAP_D2 (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dpci_regs.h245 #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */ macro
/qemu/tests/qtest/
H A Dahci-test.c467 ASSERT_BIT_CLEAR(dataw, PCI_PM_CAP_D2); in ahci_test_pmcap()
/qemu/hw/pci/
H A Dpci.c499 (!(pmc & PCI_PM_CAP_D2) && new == 2) || in pci_pm_update()