Lines Matching defs:bit
94 /* Offsets for 2 efuse fields combined into single 64-bit value [125:63] */
265 * | by the number of steps indicated by bit[6:0]
266 * | bit[7] defines correction direction.
267 * | If bit[7]=1, add the value from bit[6:0] to AVS workpoint,
273 * | wide and override value is valid when bit[6:0] holds
277 * | AVS override value is valid when byte @ 0x121 and bit[1:0]
431 uint8_t parity, bit;
434 for (bit = 1, parity = (svc[i] & 1); bit < avs_data_bits; bit++)
435 parity ^= (svc[i] >> bit) & 1;
602 /* Remove parity bit */