Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h243 #define PCI_PM_CAP_D1 0x0200 /* D1 power state support */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h244 #define PCI_PM_CAP_D1 0x0200 /* D1 power state support */ macro
/openbmc/u-boot/include/
H A Dpci.h347 #define PCI_PM_CAP_D1 0x0200 /* D1 power state support */ macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c466 ASSERT_BIT_CLEAR(dataw, PCI_PM_CAP_D1); in ahci_test_pmcap()
/openbmc/linux/drivers/pci/
H A Dpci.c3271 if (pmc & PCI_PM_CAP_D1) in pci_pm_init()