Searched refs:CPUPRIV_BASE (Results 1 – 6 of 6) sorted by relevance
66 #define CPUPRIV_BASE (MPUSCU_BASE) macro67 #define SCU_CONTROL_BASE (CPUPRIV_BASE + 0x0000)68 #define GIC_PROC_BASE (CPUPRIV_BASE + 0x0100)69 #define GLOBAL_TIMER_BASE (CPUPRIV_BASE + 0x0200)70 #define PRIV_TIMER_BASE (CPUPRIV_BASE + 0x0600)71 #define GIC_DISTRIB_BASE (CPUPRIV_BASE + 0x1000)
12 #define GICBASE(n) (CPUPRIV_BASE)
48 #define CPUPRIV_BASE (0xf8f00000) macro49 #define SCU_CONTROL_BASE (CPUPRIV_BASE + 0x0000)50 #define GIC_PROC_BASE (CPUPRIV_BASE + 0x0100)51 #define GLOBAL_TIMER_BASE (CPUPRIV_BASE + 0x0200)52 #define PRIV_TIMER_BASE (CPUPRIV_BASE + 0x0600)53 #define GIC_DISTRIB_BASE (CPUPRIV_BASE + 0x1000)54 #define L2CACHE_BASE (CPUPRIV_BASE + 0x2000)
72 arm_cortex_a9_timer_init(CPUPRIV_BASE, TIMER_CLOCK_FREQ); in platform_early_init()
353 arm_cortex_a9_timer_init(CPUPRIV_BASE, zynq_get_arm_timer_freq()); in platform_early_init()
Completed in 11 milliseconds