Lines Matching refs:otp_flag
1628 int otp_flag, i, j, index, temp; in gc8034_otp_read() local
1647 otp_flag = gc8034_otp_read_reg(client, 9, 0x6f); in gc8034_otp_read()
1649 switch ((otp_flag << (2 * index)) & 0x0c) { in gc8034_otp_read()
1696 otp_flag = gc8034_otp_read_reg(client, 9, 0x5e); in gc8034_otp_read()
1698 switch ((otp_flag << (2 * index)) & 0x0c) { in gc8034_otp_read()
1739 switch ((otp_flag << (2 * index)) & 0xc0) { in gc8034_otp_read()
1780 otp_flag = gc8034_otp_read_reg(client, 3, 0x3A); in gc8034_otp_read()
1782 switch ((otp_flag << (2 * index)) & 0x0c) { in gc8034_otp_read()
1831 otp_flag = gc8034_otp_read_reg(client, 3, 0x43); in gc8034_otp_read()
1833 switch ((otp_flag << (2 * index)) & 0x0c) { in gc8034_otp_read()
1876 otp_flag = gc8034_otp_read_reg(client, 0, 0x0b); in gc8034_otp_read()
1878 switch (otp_flag & 0x03) { in gc8034_otp_read()
1934 otp_flag = gc8034_otp_read_reg(client, 2, 0x4e); in gc8034_otp_read()
1935 if (otp_flag == 1) { in gc8034_otp_read()