Searched refs:BMA400_S_TAP_MSK (Results 1 – 2 of 2) sorted by relevance
112 #define BMA400_S_TAP_MSK BIT(2) macro
1123 return FIELD_GET(BMA400_S_TAP_MSK, in bma400_read_event_config()1243 BMA400_S_TAP_MSK, in bma400_tap_event_en()1244 FIELD_PREP(BMA400_S_TAP_MSK, state)); in bma400_tap_event_en()1250 mask = BMA400_S_TAP_MSK; in bma400_tap_event_en()1251 set_mask_bits(&field_value, BMA400_S_TAP_MSK, in bma400_tap_event_en()1252 FIELD_PREP(BMA400_S_TAP_MSK, state)); in bma400_tap_event_en()