Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-realview/
Drealview_pba8.c75 .virtual = IO_ADDRESS(REALVIEW_PBA8_TIMER2_3_BASE),
76 .pfn = __phys_to_pfn(REALVIEW_PBA8_TIMER2_3_BASE),
264 timer2_va_base = __io_address(REALVIEW_PBA8_TIMER2_3_BASE); in realview_pba8_timer_init()
265 timer3_va_base = __io_address(REALVIEW_PBA8_TIMER2_3_BASE) + 0x20; in realview_pba8_timer_init()
/linux-2.6.39/arch/arm/mach-realview/include/mach/
Dboard-pba8.h37 #define REALVIEW_PBA8_TIMER2_3_BASE 0x10012000 /* Timer 2 and 3 */ macro