Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c193 u32 srampool_con; in adsp_sram_power_on() local
202 srampool_con = readl(va_dspsysreg); in adsp_sram_power_on()
204 writel(srampool_con & ~DSP_SRAM_POOL_PD_MASK, va_dspsysreg); in adsp_sram_power_on()
206 writel(srampool_con | DSP_SRAM_POOL_PD_MASK, va_dspsysreg); in adsp_sram_power_on()