Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h43 #define BITM(_count) ((1UL << (_count)) - 1) macro
44 #define BITS(_shift, _count) (BITM(_count) << (_shift))