Searched refs:BFIN_DEPOSIT (Results 1 – 2 of 2) sorted by relevance
142 #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)
15 #define BFIN_DEPOSIT(mask, x) (((x) << __ffs(mask)) & (mask)) macro