th_reg_low_val    375 drivers/iio/accel/adxl372.c 	unsigned char th_reg_high_val, th_reg_low_val, th_reg_high_addr;
th_reg_low_val    379 drivers/iio/accel/adxl372.c 	th_reg_low_val = ((threshold / 100) << 5) | (ref_en << 1) | enable;
th_reg_low_val    383 drivers/iio/accel/adxl372.c 	buf[1] = th_reg_low_val;
th_reg_low_val    385 drivers/iio/accel/adxl372.c 	buf[3] = th_reg_low_val;
th_reg_low_val    387 drivers/iio/accel/adxl372.c 	buf[5] = th_reg_low_val;