Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_sport.h135 #define DP_SLEN(x) BFIN_DEPOSIT(SLEN, x)
170 #define DP_SP_WOFF(x) BFIN_DEPOSIT(SP_WOFF, x)
173 #define DP_SP_WSIZE(x) BFIN_DEPOSIT(SP_WSIZE, x)
186 #define DP_MFD(x) BFIN_DEPOSIT(MFD, x)
Ddef_LPBlackfin.h15 #define BFIN_DEPOSIT(mask, x) (((x) << __ffs(mask)) & (mask)) macro