Lines Matching +full:mt8195 +full:- +full:dsp
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Header file for the mt8195 DSP register definition
114 /* dsp wdt */
117 /* dsp mbox */
127 /*dsp sys ao*/
132 /* DSP memories */
148 #define SRAM_PHYS_BASE_FROM_DSP_VIEW 0x40000000 /* MT8195 DSP view */
149 #define DRAM_PHYS_BASE_FROM_DSP_VIEW 0x60000000 /* MT8195 DSP view */
151 /*remap dram between AP and DSP view, 4KB aligned*/
153 #define DRAM_REMAP_MASK (BIT(DRAM_REMAP_SHIFT) - 1)
155 /* suspend dsp idle check interval and timeout */
156 #define SUSPEND_DSP_IDLE_TIMEOUT_US 1000000 /* timeout to wait dsp idle, 1 sec */