Home
last modified time | relevance | path

Searched refs:_fh (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.h34 #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) | \