Home
last modified time | relevance | path

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

/arch/sh/include/cpu-sh4/cpu/
Dsq.h23 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1)) macro
24 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)