Searched refs:tadc (Results 1 - 1 of 1) sorted by relevance

/drivers/iio/pressure/
H A Dmpl115.c51 u16 padc, tadc; local
68 tadc = ret >> 6;
71 a1 = data->b1 + ((data->c12 * tadc) >> 11);
75 pcomp = (y1 + ((data->b2 * (int) tadc) >> 1)) >> 9;

Completed in 1490 milliseconds