Home
last modified time | relevance | path

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

/arch/arm/mach-pnx4008/
Dtime.h23 #define MSTIM_INT IO_ADDRESS((PNX4008_MSTIMER_BASE + 0x0))
24 #define MSTIM_CTRL IO_ADDRESS((PNX4008_MSTIMER_BASE + 0x4))
25 #define MSTIM_COUNTER IO_ADDRESS((PNX4008_MSTIMER_BASE + 0x8))
26 #define MSTIM_MCTRL IO_ADDRESS((PNX4008_MSTIMER_BASE + 0x14))
27 #define MSTIM_MATCH0 IO_ADDRESS((PNX4008_MSTIMER_BASE + 0x18))
28 #define MSTIM_MATCH1 IO_ADDRESS((PNX4008_MSTIMER_BASE + 0x1c))
/arch/arm/mach-pnx4008/include/mach/
Dplatform.h45 #define PNX4008_MSTIMER_BASE 0x40034000 macro