Searched refs:type3_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndmips.c1211 static type3_table_t type3_table[] = { local
1451 for (i = 0; i < ARRAYSIZE(type3_table); i++) {
1452 if (type3_table[i].mipsclock > mipsclock)
1462 ASSERT(type3_table[i].mipsclock <= mipsclock);
1466 if ((orig_n == type3_table[i].n) &&
1467 (orig_m2 == type3_table[i].m2)) {
1472 W_REG(osh, clockcontrol_n, type3_table[i].n);
1473 W_REG(osh, clockcontrol_m2, type3_table[i].m2);

Completed in 45 milliseconds