Home
last modified time | relevance | path

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

/arch/arm/mach-ebsa110/
Dcore.c89 .virtual = (unsigned long)PIT_BASE,
131 #define PIT_CTRL (PIT_BASE + 0x0d)
132 #define PIT_T2 (PIT_BASE + 0x09)
133 #define PIT_T1 (PIT_BASE + 0x05)
134 #define PIT_T0 (PIT_BASE + 0x01)
Dcore.h31 #define PIT_BASE IOMEM(0xfc000000) /* trick 0 */ macro