Home
last modified time | relevance | path

Searched refs:MC_ME_BASE_ADDR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-s32v234/
H A Dmc_me_regs.h15 #define MC_ME_GS (MC_ME_BASE_ADDR + 0x00000000)
40 #define MC_ME_MCTL (MC_ME_BASE_ADDR + 0x00000004)
53 #define MC_ME_ME (MC_ME_BASE_ADDR + 0x00000008)
64 #define MC_ME_RUN_PCn(n) (MC_ME_BASE_ADDR + 0x00000080 + 0x4 * (n))
79 #define MC_ME_RESET_MC (MC_ME_BASE_ADDR + 0x00000020)
80 #define MC_ME_TEST_MC (MC_ME_BASE_ADDR + 0x00000024)
81 #define MC_ME_DRUN_MC (MC_ME_BASE_ADDR + 0x0000002C)
82 #define MC_ME_RUNn_MC(n) (MC_ME_BASE_ADDR + 0x00000030 + 0x4 * (n))
96 #define MC_ME_DRUN_SEC_CC_I (MC_ME_BASE_ADDR + 0x260)
98 #define MC_ME_RUNn_SEC_CC_I(n) (MC_ME_BASE_ADDR + 0x270 + (n) * 0x10)
[all …]
H A Dimx-regs.h45 #define MC_ME_BASE_ADDR (AIPS0_BASE_ADDR + 0x0004A000) macro