Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar9003.c2230 int32_t txmag, txphs, rxmag, rxphs; in ar9003_get_iq_corr() local
2287 txphs = (f3 * (-mag[0][0] + mag[1][0]) + 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()
2302 txphs = -txphs; in ar9003_get_iq_corr()
2309 i_coff = (txphs * 256) / SCALE; in ar9003_get_iq_corr()