Home
last modified time | relevance | path

Searched defs:TIMER_BASE (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Drk_timer_irq.h27 #define TIMER_BASE (0x20044000 + 0x20) /* TIMER 1 */ macro
30 #define TIMER_BASE (0x110C0000 + 0x20) /* TIMER 1 */ macro
33 #define TIMER_BASE (0xFF6B0000 + 0x20) /* TIMER 1 */ macro
36 #define TIMER_BASE (0xFF1C0000 + 0x20) /* TIMER 1 */ macro
44 #define TIMER_BASE (0xFF810000 + 0x00) /* TIMER 0 */ macro
47 #define TIMER_BASE (0xFF850000 + 0x20) /* TIMER 1 */ macro
50 #define TIMER_BASE (0xFF1a0000 + 0x20) /* TIMER 1 */ macro
58 #define TIMER_BASE (0xFF210000 + 0x00) /* TIMER 0 */ macro
61 #define TIMER_BASE (0xFF700000 + 0x20) /* TIMER 1 */ macro
64 #define TIMER_BASE (0x20830000 + 0x10000) /* TIMER 1 */ macro
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c12 #define TIMER_BASE 0x53f90000 /* General purpose timer 1 */ macro
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h422 #define TIMER_BASE (EP93XX_APB_BASE | TIMER_OFFSET) macro