Home
last modified time | relevance | path

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

/drivers/xen/
Dtmem.c259 #define SWIZ_BITS 4 macro
260 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1)
261 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))
262 #define iswiz(_ind) (_ind >> SWIZ_BITS)
/drivers/staging/zcache/
Dzcache-main.c1839 #define SWIZ_BITS 8 macro
1840 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1)
1841 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))
1842 #define iswiz(_ind) (_ind >> SWIZ_BITS)
/drivers/staging/ramster/
Dzcache-main.c2993 #define SWIZ_BITS 8 macro
2994 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1)
2995 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))
2996 #define iswiz(_ind) (_ind >> SWIZ_BITS)