Searched refs:_ff (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_regd.h | 34 #define BM(_fa, _fb, _fc, _fd, _fe, _ff, _fg, _fh, _fi, _fj, _fk, _fl) \ argument 45 (((_ff >= 0) && (_ff < 64)) ? \ 46 (((uint64_t)1) << _ff) : (uint64_t)0) | \ 69 (((_ff > 63) && (_ff < 128)) ? \ 70 (((uint64_t)1) << (_ff - 64)) : (uint64_t)0) | \
|