Home
last modified time | relevance | path

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

/arch/arm/mach-ebsa110/
Dcore.c92 .virtual = (unsigned long)PIT_BASE,
134 #define PIT_CTRL (PIT_BASE + 0x0d)
135 #define PIT_T2 (PIT_BASE + 0x09)
136 #define PIT_T1 (PIT_BASE + 0x05)
137 #define PIT_T0 (PIT_BASE + 0x01)
Dcore.h34 #define PIT_BASE IOMEM(0xfc000000) /* trick 0 */ macro