Searched refs:BFIN_DEPOSIT (Results 1 – 2 of 2) sorted by relevance
82 #define DP_SLEN(x) BFIN_DEPOSIT(SLEN, x)117 #define DP_SP_WOFF(x) BFIN_DEPOSIT(SP_WOFF, x)120 #define DP_SP_WSIZE(x) BFIN_DEPOSIT(SP_WSIZE, x)133 #define DP_MFD(x) BFIN_DEPOSIT(MFD, x)
15 #define BFIN_DEPOSIT(mask, x) (((x) << __ffs(mask)) & (mask)) macro