Searched refs:xvalue (Results 1 – 1 of 1) sorted by relevance
258 uint32_t xvalue; in tfa2_haptic_parse_value() local263 xvalue = value * -1; in tfa2_haptic_parse_value()264 data->index = ((xvalue >> 8) & 0xff) - 1; /* get byte[1] */ in tfa2_haptic_parse_value()265 level = xvalue & 0xff; /* get byte[0] */ in tfa2_haptic_parse_value()270 data->frequency = xvalue >> 16; /* freq */ in tfa2_haptic_parse_value()