Lines Matching refs:clock_stop_quirks
284 u32 clock_stop_quirks;
343 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
344 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) {
471 u32 clock_stop_quirks;
480 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
484 ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) ||
485 !clock_stop_quirks)) {
531 u32 clock_stop_quirks;
543 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
545 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) ||
546 !clock_stop_quirks) {
576 u32 clock_stop_quirks;
585 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
587 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) {
594 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || !clock_stop_quirks) {
602 dev_err(dev, "%s clock_stop_quirks %x unsupported\n",
603 __func__, clock_stop_quirks);
683 u32 clock_stop_quirks;
695 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
697 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) {
717 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) {
730 } else if (!clock_stop_quirks) {
747 dev_err(dev, "%s: clock_stop_quirks %x unsupported\n",
748 __func__, clock_stop_quirks);