Lines Matching refs:clock_stop_quirks
1397 u32 clock_stop_quirks; in intel_master_startup() local
1489 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_master_startup()
1490 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) { in intel_master_startup()
1597 u32 clock_stop_quirks; in intel_suspend() local
1609 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend()
1611 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend()
1612 !clock_stop_quirks) && in intel_suspend()
1651 u32 clock_stop_quirks; in intel_suspend_runtime() local
1660 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend_runtime()
1662 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_suspend_runtime()
1678 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend_runtime()
1679 !clock_stop_quirks) { in intel_suspend_runtime()
1701 __func__, clock_stop_quirks); in intel_suspend_runtime()
1806 u32 clock_stop_quirks; in intel_resume_runtime() local
1822 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_resume_runtime()
1824 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_resume_runtime()
1869 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) { in intel_resume_runtime()
1942 } else if (!clock_stop_quirks) { in intel_resume_runtime()
1967 __func__, clock_stop_quirks); in intel_resume_runtime()