Searched refs:_fe (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 43 (((_fe >= 0) && (_fe < 64)) ? \ 44 (((uint64_t)1) << _fe) : (uint64_t)0) | \ 67 (((_fe > 63) && (_fe < 128)) ? \ 68 (((uint64_t)1) << (_fe - 64)) : (uint64_t)0) | \
|