Searched refs:SDW_INTEL_CLK_STOP_BUS_RESET (Results 1 – 3 of 3) sorted by relevance
576 ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_pm_prepare()637 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_suspend()686 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || !clock_stop_quirks) { in intel_suspend_runtime()807 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) { in intel_resume_runtime()
277 #define SDW_INTEL_CLK_STOP_BUS_RESET BIT(3) macro
55 static int sdw_clock_stop_quirks = SDW_INTEL_CLK_STOP_BUS_RESET;
Completed in 11 milliseconds