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