Lines Matching refs:clock_stop_quirks
1397 u32 clock_stop_quirks;
1489 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
1490 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) {
1597 u32 clock_stop_quirks;
1609 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
1611 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET ||
1612 !clock_stop_quirks) &&
1651 u32 clock_stop_quirks;
1660 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
1662 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) {
1678 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET ||
1679 !clock_stop_quirks) {
1700 dev_err(dev, "%s clock_stop_quirks %x unsupported\n",
1701 __func__, clock_stop_quirks);
1806 u32 clock_stop_quirks;
1822 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
1824 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) {
1869 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) {
1942 } else if (!clock_stop_quirks) {
1966 dev_err(dev, "%s clock_stop_quirks %x unsupported\n",
1967 __func__, clock_stop_quirks);