Home
last modified time | relevance | path

Searched refs:_fj (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
53 (((_fj >= 0) && (_fj < 64)) ? \
54 (((uint64_t)1) << _fj) : (uint64_t)0) | \
77 (((_fj > 63) && (_fj < 128)) ? \
78 (((uint64_t)1) << (_fj - 64)) : (uint64_t)0) | \