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