HomeSort by: relevance | last modified time | path
    Searched defs:txmag (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
arn9003.c 2324 int32_t txmag, txphs, rxmag, rxphs; local in function:ar9003_get_iq_corr
2379 txmag = (f1 * ( mag[0][0] - mag[1][0]) +
2385 if (txmag == SCALE)
2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
2391 rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE;
2396 txmag = (txmag * SCALE) / (SCALE - txmag);
2399 q_coff = (txmag * 128) / SCALE;
arn9003.c 2324 int32_t txmag, txphs, rxmag, rxphs; local in function:ar9003_get_iq_corr
2379 txmag = (f1 * ( mag[0][0] - mag[1][0]) +
2385 if (txmag == SCALE)
2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
2391 rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE;
2396 txmag = (txmag * SCALE) / (SCALE - txmag);
2399 q_coff = (txmag * 128) / SCALE;

Completed in 25 milliseconds