Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h244 #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h245 #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */ macro
/openbmc/u-boot/include/
H A Dpci.h348 #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */ macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c467 ASSERT_BIT_CLEAR(dataw, PCI_PM_CAP_D2); in ahci_test_pmcap()
/openbmc/linux/drivers/pci/
H A Dpci.c3273 if (pmc & PCI_PM_CAP_D2) in pci_pm_init()