Home | History | Annotate | Download | only in mlutils

Lines Matching full:otp0

791     unsigned char otp0[8];
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[5] << 8 | otp0[4]) & 0x3fff) >> 2);
812 ( ((int)otp0[6] << 8 | otp0[5]) & 0x03ff) >> 7);
813 MPL_LOGI("REV_ID : %06X\n", otp0[6] >> 2);