Searched refs:BMA400_STEP_INT_MSK (Results 1 – 2 of 2) sorted by relevance
58 #define BMA400_STEP_INT_MSK BIT(0) macro
788 BMA400_STEP_INT_MSK, in bma400_enable_steps()789 FIELD_PREP(BMA400_STEP_INT_MSK, val ? 1 : 0)); in bma400_enable_steps()1150 BMA400_STEP_INT_MSK, in bma400_steps_event_enable()1151 FIELD_PREP(BMA400_STEP_INT_MSK, in bma400_steps_event_enable()