Searched refs:CACHE_ALIGN (Results 1 – 3 of 3) sorted by relevance
48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
317 CACHE_ALIGN = (1 << 4), enumerator
452 writel( reg_val| XMTSP_128 | CACHE_ALIGN, mmio + CTRL1 ); in amd8111e_restart()