Searched refs:BMA400_S_TAP_MSK (Results 1 – 2 of 2) sorted by relevance
112 #define BMA400_S_TAP_MSK BIT(2) macro
1150 return FIELD_GET(BMA400_S_TAP_MSK, in bma400_read_event_config()1269 BMA400_S_TAP_MSK, in bma400_tap_event_en()1270 FIELD_PREP(BMA400_S_TAP_MSK, state)); in bma400_tap_event_en()1276 mask = BMA400_S_TAP_MSK; in bma400_tap_event_en()1277 set_mask_bits(&field_value, BMA400_S_TAP_MSK, in bma400_tap_event_en()1278 FIELD_PREP(BMA400_S_TAP_MSK, state)); in bma400_tap_event_en()