Home
last modified time | relevance | path

Searched refs:CAVS_CLKCTL_TCPLCG (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dmultiprocessing.c102 CAVS_SHIM.clkctl |= CAVS_CLKCTL_TCPLCG(cpu_num); in soc_start_core()
229 CAVS_SHIM.clkctl &= ~CAVS_CLKCTL_TCPLCG(id); in soc_adsp_halt_cpu()
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_shim.h103 #define CAVS_CLKCTL_TCPLCG(x) BIT(16 + x) /* Set bit: prevent clock gating on core x */ macro