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

/arch/blackfin/include/asm/
H A Dbfin_sport.h142 #define DP_SLEN(x) BFIN_DEPOSIT(SLEN, x)
177 #define DP_SP_WOFF(x) BFIN_DEPOSIT(SP_WOFF, x)
180 #define DP_SP_WSIZE(x) BFIN_DEPOSIT(SP_WSIZE, x)
193 #define DP_MFD(x) BFIN_DEPOSIT(MFD, x)
H A Ddef_LPBlackfin.h15 #define BFIN_DEPOSIT(mask, x) (((x) << __ffs(mask)) & (mask)) macro

Completed in 251 milliseconds