Searched refs:raw_magn_z (Results 1 – 1 of 1) sorted by relevance
231 int32_t raw_magn_x, raw_magn_y, raw_magn_z; in mmc56x3_sample_fetch_helper() local286 raw_magn_z = (uint32_t)buf[4] << 12 | (uint32_t)buf[5] << 4 | (uint32_t)buf[8] >> 4; in mmc56x3_sample_fetch_helper()287 raw_magn_z -= (uint32_t)1 << 19; in mmc56x3_sample_fetch_helper()288 data->magn_z = raw_magn_z; in mmc56x3_sample_fetch_helper()