Lines Matching defs:bits
242 /* the bits that describe these properties are in the same place
257 * see what mode it is in. The bits on the M12 are multiplexed with
327 struct RSM rsm; /* bits extracted from Receiver Status Msg in @@Ea */
1750 * machine may have diddled with the mode bits (say adding something
1754 * Unfortunately, there is only ONE set of mode bits in the kernel per
2335 int bits;
2337 bits = (instance->BEHa[129]>>5) & 0x7; /* actually Ha */
2338 if (bits == 0x4)
2340 else if (bits == 0x6)
2342 else if (bits == 0x7)