Searched refs:initcode_ecc (Results 1 – 1 of 1) sorted by relevance
422 u16 initcode_ecc = 0; in read_replace_3gamma() local459 ret = cal_lcdinitcode_ecc(tmpbuf, &initcode_ecc); in read_replace_3gamma()464 FTS_INFO("lcd init code cal ecc:%04x", initcode_ecc); in read_replace_3gamma()465 tmpbuf[LIC_LCD_ECC_H_OFF] = (u8)(initcode_ecc >> 8); in read_replace_3gamma()466 tmpbuf[LIC_LCD_ECC_L_OFF] = (u8)(initcode_ecc); in read_replace_3gamma()467 tmpbuf[LIC_ECC_REG_H_OFF] = (u8)(initcode_ecc >> 8); in read_replace_3gamma()468 tmpbuf[LIC_ECC_REG_L_OFF] = (u8)(initcode_ecc); in read_replace_3gamma()499 u16 initcode_ecc = 0; in check_initial_code_valid() local519 ret = cal_lcdinitcode_ecc(buf, &initcode_ecc); in check_initial_code_valid()525 FTS_INFO("lcd init code cal ecc:%04x, %04x", initcode_ecc, buf_ecc); in check_initial_code_valid()[all …]