Searched refs:t_comp (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c504 u16 t_ref, t_comp, t, x, y1, y2; local
527 t_comp = t - t_ref;
529 t_comp = t;
535 * Cx * t_comp
539 sx = sx - (c->Cx * t_comp) / 100;
540 sy1 = sy1 - (c->Cy1 * t_comp) / 100;
541 sy2 = sy2 - (c->Cy2 * t_comp) / 100;

Completed in 217 milliseconds