1*c70f567aSTrevor Wu /* 2*c70f567aSTrevor Wu * Copyright (c) 2022, MediaTek Inc. All rights reserved. 3*c70f567aSTrevor Wu * 4*c70f567aSTrevor Wu * SPDX-License-Identifier: BSD-3-Clause 5*c70f567aSTrevor Wu */ 6*c70f567aSTrevor Wu 7*c70f567aSTrevor Wu #ifndef MT_AUDIO_PRIVATE_H 8*c70f567aSTrevor Wu #define MT_AUDIO_PRIVATE_H 9*c70f567aSTrevor Wu 10*c70f567aSTrevor Wu #include <platform_def.h> 11*c70f567aSTrevor Wu 12*c70f567aSTrevor Wu #define AFE_SE_SECURE_CON (AUDIO_BASE + 0x17a8) 13*c70f567aSTrevor Wu #define AFE_SECURE_SIDEBAND0 (AUDIO_BASE + 0x1908) 14*c70f567aSTrevor Wu #define AFE_SECURE_SIDEBAND1 (AUDIO_BASE + 0x190c) 15*c70f567aSTrevor Wu #define AFE_SECURE_SIDEBAND2 (AUDIO_BASE + 0x1910) 16*c70f567aSTrevor Wu #define AFE_SECURE_SIDEBAND3 (AUDIO_BASE + 0x1914) 17*c70f567aSTrevor Wu 18*c70f567aSTrevor Wu #define SPM_PWR_STATUS_AUDIO_BIT (6) 19*c70f567aSTrevor Wu 20*c70f567aSTrevor Wu #endif /* MT_AUDIO_PRIVATE_H */ 21