Searched refs:BMA400_D_TAP_MSK (Results 1 – 2 of 2) sorted by relevance
113 #define BMA400_D_TAP_MSK BIT(3) macro
1153 return FIELD_GET(BMA400_D_TAP_MSK, in bma400_read_event_config()1281 mask = BMA400_D_TAP_MSK; in bma400_tap_event_en()1282 set_mask_bits(&field_value, BMA400_D_TAP_MSK, in bma400_tap_event_en()1283 FIELD_PREP(BMA400_D_TAP_MSK, state)); in bma400_tap_event_en()