Home
last modified time | relevance | path

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

/qemu/include/standard-headers/linux/
H A Dpci_regs.h244 #define PCI_PM_CAP_D1 0x0200 /* D1 power state support */ macro
/qemu/tests/qtest/
H A Dahci-test.c466 ASSERT_BIT_CLEAR(dataw, PCI_PM_CAP_D1); in ahci_test_pmcap()
/qemu/hw/pci/
H A Dpci.c498 if ((!(pmc & PCI_PM_CAP_D1) && new == 1) || in pci_pm_update()