Searched refs:__bmdep_bit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h88 #define __bmdep_bit(x) (0x80000000 >> __bmdep_shift(x)) macro
99 return (int)(c->__state[__bmdep_word(bpid)] & __bmdep_bit(bpid));
103 c->__state[__bmdep_word(bpid)] |= __bmdep_bit(bpid);
107 c->__state[__bmdep_word(bpid)] &= ~__bmdep_bit(bpid);

Completed in 178 milliseconds