Lines Matching refs:parity
39 static bool i2cr_check_parity32(u32 v, bool parity)45 parity = !parity;48 return parity;54 bool parity = I2CR_INITIAL_PARITY;58 parity = !parity;61 return parity;64 static u32 i2cr_get_command(u32 address, bool parity)68 if (i2cr_check_parity32(address, parity))