Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/include/asm/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)