Home
last modified time | relevance | path

Searched refs:DSP_SRAM_POOL_PD_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/sound/soc/sof/mediatek/mt8186/
A Dmt8186.h67 #define DSP_SRAM_POOL_PD_MASK 0xF00F /* [0:3] and [12:15] */ macro
A Dmt8186.c244 DSP_SRAM_POOL_PD_MASK, 0); in adsp_sram_power_on()
250 DSP_SRAM_POOL_PD_MASK, DSP_SRAM_POOL_PD_MASK); in adsp_sram_power_off()
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8195/
A Dmt8195.h129 #define DSP_SRAM_POOL_PD_MASK 0xf macro
A Dmt8195.c238 writel(srampool_con & ~DSP_SRAM_POOL_PD_MASK, va_dspsysreg); in adsp_sram_power_on()
240 writel(srampool_con | DSP_SRAM_POOL_PD_MASK, va_dspsysreg); in adsp_sram_power_on()

Completed in 6 milliseconds