Home
last modified time | relevance | path

Searched refs:y5 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/ic/
Darn9003.c2779 int order, order5x, order5xrem, order3x, order3xrem, y5, y3; in ar9003_compute_predistortion() local
2921 y5 = ((beta * tmp) / 64) / order5x; in ar9003_compute_predistortion()
2922 y5 = (y5 * tmp) / order5x; in ar9003_compute_predistortion()
2923 y5 = (y5 * tmp) / order5x; in ar9003_compute_predistortion()
2924 y5 = (y5 * tmp) / order5x; in ar9003_compute_predistortion()
2925 y5 = (y5 * tmp) / order5x; in ar9003_compute_predistortion()
2926 y5 = y5 / order5xrem; in ar9003_compute_predistortion()
2934 in = y5 + y3 + (SCALE * tmp) / G; in ar9003_compute_predistortion()
2985 y5 = (((beta * tmp - 64) / 64) - order5x) / order5x; in ar9003_compute_predistortion()
2987 y5 = (((beta * tmp - 64) / 64) + order5x) / order5x; in ar9003_compute_predistortion()
[all …]