Searched refs:PCIE_SUPPORTS_D2 (Results 1 – 3 of 3) sorted by relevance
106 #define PCIE_SUPPORTS_D2 0x02 /* Supports D2 */ macro
1583 pwr_p->pwr_pmcaps |= PCIE_SUPPORTS_D2; in pcieb_pwr_setup()1589 if (pwr_p->pwr_pmcaps & PCIE_SUPPORTS_D2) in pcieb_pwr_setup()
123 (level == PM_LEVEL_D2 && (pmcaps & PCIE_SUPPORTS_D2))); in pcie_power()