Searched refs:_fh (Results 1 – 1 of 1) sorted by relevance
/titanic_50/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 49 (((_fh >= 0) && (_fh < 64)) ? \ 50 (((uint64_t)1) << _fh) : (uint64_t)0) | \ 73 (((_fh > 63) && (_fh < 128)) ? \ 74 (((uint64_t)1) << (_fh - 64)) : (uint64_t)0) | \
|