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

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c791 unsigned char otp0[8]; local
797 0x00, 6, otp0);
803 ((int)otp0[1] << 8 | otp0[0]) & 0x1fff);
805 (((int)otp0[2] << 8 | otp0[1]) & 0x03ff ) >> 5);
807 ( ((int)otp0[4] << 16 | (int)otp0[3] << 8 |
808 otp0[2]) & 0x3ffff) >> 2);
810 ( ((int)otp0[
[all...]

Completed in 37 milliseconds