Home
last modified time | relevance | path

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

/hardware/invensense/60xx/mlsdk/mlutils/
Dmputest.c791 unsigned char otp0[8]; in test_get_mpu_id() local
797 0x00, 6, otp0); in test_get_mpu_id()
803 ((int)otp0[1] << 8 | otp0[0]) & 0x1fff); in test_get_mpu_id()
805 (((int)otp0[2] << 8 | otp0[1]) & 0x03ff ) >> 5); in test_get_mpu_id()
807 ( ((int)otp0[4] << 16 | (int)otp0[3] << 8 | in test_get_mpu_id()
808 otp0[2]) & 0x3ffff) >> 2); in test_get_mpu_id()
810 ( ((int)otp0[5] << 8 | otp0[4]) & 0x3fff) >> 2); in test_get_mpu_id()
812 ( ((int)otp0[6] << 8 | otp0[5]) & 0x03ff) >> 7); in test_get_mpu_id()
813 MPL_LOGI("REV_ID : %06X\n", otp0[6] >> 2); in test_get_mpu_id()