Lines Matching refs:clock_stop_quirks
1394 u32 clock_stop_quirks; in intel_master_startup() local
1487 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_master_startup()
1488 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) { in intel_master_startup()
1595 u32 clock_stop_quirks; in intel_suspend() local
1607 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend()
1609 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend()
1610 !clock_stop_quirks) && in intel_suspend()
1649 u32 clock_stop_quirks; in intel_suspend_runtime() local
1658 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend_runtime()
1660 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_suspend_runtime()
1676 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend_runtime()
1677 !clock_stop_quirks) { in intel_suspend_runtime()
1699 __func__, clock_stop_quirks); in intel_suspend_runtime()
1804 u32 clock_stop_quirks; in intel_resume_runtime() local
1820 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_resume_runtime()
1822 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_resume_runtime()
1867 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) { in intel_resume_runtime()
1940 } else if (!clock_stop_quirks) { in intel_resume_runtime()
1965 __func__, clock_stop_quirks); in intel_resume_runtime()