Searched refs:termcode_by_sample (Results 1 – 2 of 2) sorted by relevance
1845 static const uint32_t termcode_by_sample[20][3] = { variable
2649 if (termcode_by_sample[index][0] == 0xffffffff) { in set_term_code()2652 if ((termcode_by_sample[index][0] == chip_id[0]) && in set_term_code()2653 (termcode_by_sample[index][1] == chip_id[1])) { in set_term_code()2654 term_code = termcode_by_sample[index][2]; in set_term_code()