intel_adsp: move cavs to be a series
Intel ADSP CAVS is now a proper series with all CAVS SoCs running under it. This will give us to Intel ADSP series: - CAVS - ACE v1.x Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f91379a084
commit
43371d0414
56 changed files with 136 additions and 199 deletions
|
@ -675,7 +675,7 @@ static int dai_ssp_poll_for_register_delay(uint32_t reg, uint32_t mask,
|
|||
|
||||
static inline void dai_ssp_pm_runtime_dis_ssp_clk_gating(struct dai_intel_ssp *dp, uint32_t index)
|
||||
{
|
||||
#if CONFIG_SOC_SERIES_INTEL_CAVS_V15
|
||||
#if CONFIG_SOC_INTEL_CAVS_V15
|
||||
uint32_t shim_reg;
|
||||
|
||||
shim_reg = sys_read32(dai_shim_base(dp) + SHIM_CLKCTL) |
|
||||
|
@ -691,7 +691,7 @@ static inline void dai_ssp_pm_runtime_dis_ssp_clk_gating(struct dai_intel_ssp *d
|
|||
|
||||
static inline void dai_ssp_pm_runtime_en_ssp_clk_gating(struct dai_intel_ssp *dp, uint32_t index)
|
||||
{
|
||||
#if CONFIG_SOC_SERIES_INTEL_CAVS_V15
|
||||
#if CONFIG_SOC_INTEL_CAVS_V15
|
||||
uint32_t shim_reg;
|
||||
|
||||
shim_reg = sys_read32(dai_shim_base(dp) + SHIM_CLKCTL) &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue