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

/freebsd-11-stable/sys/dev/ctau/
H A Dctaureg.h84 #define BSR3_IB_NEG 0x40 /* negated identification bit */ macro
H A Dctau.c252 if ((osr3 & (BSR3_IB | BSR3_IB_NEG)) != BSR3_IB &&
253 (osr3 & (BSR3_IB | BSR3_IB_NEG)) != BSR3_IB_NEG)
259 if (((sr3 ^ osr3) & (BSR3_IB | BSR3_IB_NEG | BSR3_ZERO)) !=
260 (BSR3_IB | BSR3_IB_NEG))
290 if ((osr3 & (BSR3_IB | BSR3_IB_NEG)) != BSR3_IB &&
291 (osr3 & (BSR3_IB | BSR3_IB_NEG)) != BSR3_IB_NEG)
295 if (((sr3 ^ osr3) & (BSR3_IB | BSR3_IB_NEG | BSR3_ZERO)) !=
296 (BSR3_IB | BSR3_IB_NEG))
[all...]

Completed in 96 milliseconds