Searched refs:Bit10 (Results 1 – 1 of 1) sorted by relevance
493 unsigned Bit10 = (Value >> 10) & 0x1; in adjustFixupValue() local498 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()