Searched refs:termcode_by_sample (Results 1 – 4 of 4) sorted by relevance
243 static const uint32_t termcode_by_sample[20][3] = { variable
2154 if (termcode_by_sample[index][0] == 0xffffffff) { in set_term_code()2157 if ((termcode_by_sample[index][0] == chip_id[0]) && in set_term_code()2158 (termcode_by_sample[index][1] == chip_id[1])) { in set_term_code()2159 term_code = termcode_by_sample[index][2]; in set_term_code()
1614 static const uint32_t termcode_by_sample[20][3] = { variable
2640 if (termcode_by_sample[index][0] == 0xffffffff) { in set_term_code()2643 if ((termcode_by_sample[index][0] == chip_id[0]) && in set_term_code()2644 (termcode_by_sample[index][1] == chip_id[1])) { in set_term_code()2645 term_code = termcode_by_sample[index][2]; in set_term_code()