Searched refs:pcie_aspm_support_enabled (Results 1 – 3 of 3) sorted by relevance
439 if (pcie_aspm_support_enabled()) in negotiate_os_control()455 pcie_aspm_support_enabled() ? "; disabling ASPM" : ""); in negotiate_os_control()
1327 bool pcie_aspm_support_enabled(void) in pcie_aspm_support_enabled() function1331 EXPORT_SYMBOL(pcie_aspm_support_enabled);
1555 bool pcie_aspm_support_enabled(void);1563 static inline bool pcie_aspm_support_enabled(void) { return false; } in pcie_aspm_support_enabled() function