Lines Matching refs:clock_stop_quirks

1329 	u32 clock_stop_quirks;  in intel_link_startup()  local
1424 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_link_startup()
1425 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) { in intel_link_startup()
1551 u32 clock_stop_quirks; in intel_pm_prepare() local
1560 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_pm_prepare()
1564 ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_pm_prepare()
1565 !clock_stop_quirks)) { in intel_pm_prepare()
1611 u32 clock_stop_quirks; in intel_suspend() local
1623 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend()
1625 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_suspend()
1626 !clock_stop_quirks) { in intel_suspend()
1664 u32 clock_stop_quirks; in intel_suspend_runtime() local
1673 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend_runtime()
1675 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_suspend_runtime()
1691 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend_runtime()
1692 !clock_stop_quirks) { in intel_suspend_runtime()
1716 __func__, clock_stop_quirks); in intel_suspend_runtime()
1823 u32 clock_stop_quirks; in intel_resume_runtime() local
1839 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_resume_runtime()
1841 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_resume_runtime()
1889 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) { in intel_resume_runtime()
1965 } else if (!clock_stop_quirks) { in intel_resume_runtime()
1993 __func__, clock_stop_quirks); in intel_resume_runtime()