Searched refs:INV_BIAS_FROM_FAST_NO_MOTION (Results 1 – 3 of 3) sorted by relevance
242 && ((inv_params_obj.bias_mode & INV_BIAS_FROM_FAST_NO_MOTION) == 0)) { in MLPollMotionStatus()314 && ((inv_params_obj.bias_mode & INV_BIAS_FROM_FAST_NO_MOTION) == 0)) { in MLPollMotionStatus()
1193 function &= ~INV_BIAS_FROM_FAST_NO_MOTION; in inv_set_bias_update()1196 if (inv_params_obj.bias_mode & INV_BIAS_FROM_FAST_NO_MOTION) in inv_set_bias_update()1197 function |= INV_BIAS_FROM_FAST_NO_MOTION; in inv_set_bias_update()
129 #define INV_BIAS_FROM_FAST_NO_MOTION 0x0400 macro