Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.h152 #define DRAM_REMAP_SHIFT 12 macro
153 #define DRAM_REMAP_MASK (BIT(DRAM_REMAP_SHIFT) - 1)
H A Dmt8195.c230 offset >>= DRAM_REMAP_SHIFT; in adsp_memory_remap_init()
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.h84 #define DRAM_REMAP_SHIFT 12 macro
H A Dmt8186.c235 offset >>= DRAM_REMAP_SHIFT; in adsp_memory_remap_init()