Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dsq.h20 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1)) macro
21 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)