Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c29 #define V7M_PROC_REG_CLIDR ((u32 *)(V7M_PROC_FTR_BASE + 0x00))
30 #define V7M_PROC_REG_CTR ((u32 *)(V7M_PROC_FTR_BASE + 0x04))
31 #define V7M_PROC_REG_CCSIDR ((u32 *)(V7M_PROC_FTR_BASE + 0x08))
37 #define V7M_PROC_REG_CSSELR ((u32 *)(V7M_PROC_FTR_BASE + 0x0C))
/openbmc/u-boot/arch/arm/include/asm/
H A Darmv7m.h17 #define V7M_PROC_FTR_BASE (V7M_SCS_BASE + 0x0D78) macro