Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-s32v234/
Dmc_me_regs.h14 #define MC_ME_GS (MC_ME_BASE_ADDR + 0x00000000)
39 #define MC_ME_MCTL (MC_ME_BASE_ADDR + 0x00000004)
52 #define MC_ME_ME (MC_ME_BASE_ADDR + 0x00000008)
63 #define MC_ME_RUN_PCn(n) (MC_ME_BASE_ADDR + 0x00000080 + 0x4 * (n))
78 #define MC_ME_RESET_MC (MC_ME_BASE_ADDR + 0x00000020)
79 #define MC_ME_TEST_MC (MC_ME_BASE_ADDR + 0x00000024)
80 #define MC_ME_DRUN_MC (MC_ME_BASE_ADDR + 0x0000002C)
81 #define MC_ME_RUNn_MC(n) (MC_ME_BASE_ADDR + 0x00000030 + 0x4 * (n))
95 #define MC_ME_DRUN_SEC_CC_I (MC_ME_BASE_ADDR + 0x260)
97 #define MC_ME_RUNn_SEC_CC_I(n) (MC_ME_BASE_ADDR + 0x270 + (n) * 0x10)
[all …]
Dimx-regs.h44 #define MC_ME_BASE_ADDR (AIPS0_BASE_ADDR + 0x0004A000) macro