Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/include/asm/
Dsystem.h128 #define __PA_LDCW_ALIGNMENT 16 macro
131 __ret = (__ret + __PA_LDCW_ALIGNMENT - 1) \
132 & ~(__PA_LDCW_ALIGNMENT - 1); \
145 #define __PA_LDCW_ALIGNMENT 4 macro