Searched refs:compared_length (Results 1 – 1 of 1) sorted by relevance
943 u32 compared_length = 0; in gt1x_recall_check() local948 ret = gt1x_i2c_read(start_addr + compared_length, rd_buf, len); in gt1x_recall_check()954 if (memcmp(rd_buf, &chk_src[compared_length], len)) { in gt1x_recall_check()955 GTP_ERROR("Recall frame not equal(addr: 0x%04X)", start_addr + compared_length); in gt1x_recall_check()957 GTP_DEBUG_ARRAY(&chk_src[compared_length], len); in gt1x_recall_check()964 compared_length += len; in gt1x_recall_check()967 GTP_DEBUG("Recall check %d bytes(address: 0x%04X) success.", compared_length, start_addr); in gt1x_recall_check()