Searched refs:BMI323_FEAT_IO0_STP_CNT_MSK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323.h53 #define BMI323_FEAT_IO0_STP_CNT_MSK BIT(9) macro
H A Dbmi323_core.c443 if (!FIELD_GET(BMI323_FEAT_IO0_STP_CNT_MSK, data->feature_events))
1460 ret = bmi323_feature_engine_events(data, BMI323_FEAT_IO0_STP_CNT_MSK,
1465 set_mask_bits(&data->feature_events, BMI323_FEAT_IO0_STP_CNT_MSK,
1466 FIELD_PREP(BMI323_FEAT_IO0_STP_CNT_MSK, val ? 1 : 0));
1476 if (!FIELD_GET(BMI323_FEAT_IO0_STP_CNT_MSK, data->feature_events))
1696 if (val || !FIELD_GET(BMI323_FEAT_IO0_STP_CNT_MSK,
1765 *val = FIELD_GET(BMI323_FEAT_IO0_STP_CNT_MSK,

Completed in 136 milliseconds