Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/hardware/
Dsa1111.h22 #define SA1111_VBASE 0xf4000000 macro
25 #define SA1111_p2v( x ) ((x) - SA1111_BASE + SA1111_VBASE)
26 #define SA1111_v2p( x ) ((x) - SA1111_VBASE + SA1111_BASE)
52 #define __CCREG(x) __REGP(SA1111_VBASE + (x))