Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-realview/
Drealview_pba8.c70 .virtual = IO_ADDRESS(REALVIEW_PBA8_TIMER0_1_BASE),
71 .pfn = __phys_to_pfn(REALVIEW_PBA8_TIMER0_1_BASE),
259 timer0_va_base = __io_address(REALVIEW_PBA8_TIMER0_1_BASE); in realview_pba8_timer_init()
260 timer1_va_base = __io_address(REALVIEW_PBA8_TIMER0_1_BASE) + 0x20; in realview_pba8_timer_init()
/linux-4.1.27/arch/arm/mach-realview/include/mach/
Dboard-pba8.h36 #define REALVIEW_PBA8_TIMER0_1_BASE 0x10011000 /* Timer 0 and 1 */ macro