OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025