Home
last modified time | relevance | path

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

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