Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dar9003.c2230 int32_t txmag, txphs, rxmag, rxphs; in ar9003_get_iq_corr() local
2284 txmag = (f1 * ( mag[0][0] - mag[1][0]) + in ar9003_get_iq_corr()
2290 if (txmag == SCALE) in ar9003_get_iq_corr()
2294 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE; in ar9003_get_iq_corr()
2296 rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE; in ar9003_get_iq_corr()
2301 txmag = (txmag * SCALE) / (SCALE - txmag); in ar9003_get_iq_corr()
2304 q_coff = (txmag * 128) / SCALE; in ar9003_get_iq_corr()