HomeSort by: relevance | last modified time | path
    Searched refs:rxmag (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
2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
2393 if (-rxmag == SCALE)
2411 rxmag = (-rxmag * SCALE) / (SCALE + rxmag);
2414 q_coff = (rxmag * 128) / SCALE;
arn9003.c 2324 int32_t txmag, txphs, rxmag, rxphs; local in function:ar9003_get_iq_corr
2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
2393 if (-rxmag == SCALE)
2411 rxmag = (-rxmag * SCALE) / (SCALE + rxmag);
2414 q_coff = (rxmag * 128) / SCALE;

Completed in 25 milliseconds