Home
last modified time | relevance | path

Searched refs:TLE9104_FRAME_PARITY_POS (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/mfd/
Dmfd_tle9104.c31 #define TLE9104_FRAME_PARITY_POS 14 macro
134 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()