GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 2022, MediaTek Inc. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef __SSPM_REG_H__
|
||||
#define __SSPM_REG_H__
|
||||
|
||||
#include "platform_def.h"
|
||||
|
||||
#define SSPM_CFGREG_ADDR(ofs) (SSPM_CFGREG_BASE + (ofs))
|
||||
|
||||
#define SSPM_HW_SEM SSPM_CFGREG_ADDR(0x0048)
|
||||
#define SSPM_ACAO_INT_SET SSPM_CFGREG_ADDR(0x00D8)
|
||||
#define SSPM_ACAO_INT_CLR SSPM_CFGREG_ADDR(0x00DC)
|
||||
|
||||
#define STANDBYWFI_EN(n) (1 << (n + 8))
|
||||
#define GIC_IRQOUT_EN(n) (1 << (n + 0))
|
||||
|
||||
#endif /* __SSPM_REG_H__ */
|
||||
Reference in New Issue
Block a user