Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/sn/
Dpda.h66 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
80 #define CPU_DATA_END CACHE_ALIGN((long)&(((struct cpuinfo_ia64*)0)->platform_specific))
/linux-2.4.37.9/drivers/net/
Damd8111e.h319 CACHE_ALIGN = (1 << 4), enumerator
Damd8111e.c461 writel( reg_val| XMTSP_128 | CACHE_ALIGN, mmio + CTRL1 ); in amd8111e_restart()