mirror of
https://github.com/revyos/thead-opensbi.git
synced 2026-09-10 19:24:41 +02:00
Linux_SDK_V1.3.3
Signed-off-by: thead_admin <occ_thead@service.alibaba.com>
This commit is contained in:
committed by
Han Gao/Revy/Rabenda
parent
d16b0e0a00
commit
d35408efb1
17
platform/generic/include/apsys_reg_define.h
Normal file
17
platform/generic/include/apsys_reg_define.h
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#ifndef APSYS_SYSREG_REG_OFFSET_DEFINE_H
|
||||
#define APSYS_SYSREG_REG_OFFSET_DEFINE_H
|
||||
|
||||
#define APSYS_REG_BASE 0xFFFF019000
|
||||
|
||||
#define REG_C910_CORE0_RVBA_L (APSYS_REG_BASE + 0x50)
|
||||
#define REG_C910_CORE0_RVBA_H (APSYS_REG_BASE + 0x54)
|
||||
#define REG_C910_CORE1_RVBA_L (APSYS_REG_BASE + 0x58)
|
||||
#define REG_C910_CORE1_RVBA_H (APSYS_REG_BASE + 0x5C)
|
||||
#define REG_C910_CORE2_RVBA_L (APSYS_REG_BASE + 0x60)
|
||||
#define REG_C910_CORE2_RVBA_H (APSYS_REG_BASE + 0x64)
|
||||
#define REG_C910_CORE3_RVBA_L (APSYS_REG_BASE + 0x68)
|
||||
#define REG_C910_CORE3_RVBA_H (APSYS_REG_BASE + 0x6C)
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user