Searched refs:SQ_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/cpu-sh4/
H A Dsq.h21 #define SQ_SIZE 32 macro
22 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1))
23 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)

Completed in 68 milliseconds