Home
last modified time | relevance | path

Searched refs:BMA2X2_ACC_Z8_LSB__LEN (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dbma2xx.c237 #define BMA2X2_ACC_Z8_LSB__LEN 0 macro
1981 BMA2X2_ACC_Z_MSB) << (BMA2X2_ACC_Z8_LSB__LEN)); in sensor_report_value()
1982 z = z << (sizeof(short) * 8 - (BMA2X2_ACC_Z8_LSB__LEN + in sensor_report_value()
1984 z = z >> (sizeof(short) * 8 - (BMA2X2_ACC_Z8_LSB__LEN + in sensor_report_value()