Searched refs:TLE9104_FRAME_PARITY_POS (Results 1 – 1 of 1) sorted by relevance
31 #define TLE9104_FRAME_PARITY_POS 14 macro134 if ((value & BIT(TLE9104_FRAME_PARITY_POS)) != 0) { in tle9104_calculate_parity()145 WRITE_BIT(*value, TLE9104_FRAME_PARITY_POS, parity); in tle9104_apply_parity()152 return ((value & BIT(TLE9104_FRAME_PARITY_POS)) >> TLE9104_FRAME_PARITY_POS) == parity; in tle9104_check_parity()