OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iCoff
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_cal_iq.c
100
int32_t
iCoff
= iqCorrMeas/iCoffDenom;
103
HALDEBUG(ah, HAL_DEBUG_PERCAL, "
iCoff
= 0x%08x\n",
104
iCoff
);
108
/* Negate
iCoff
if iqCorrNeg == 0 */
109
iCoff
=
iCoff
& 0x3f;
111
"New:
iCoff
= 0x%08x\n",
iCoff
);
114
iCoff
= 0x40 -
iCoff
;
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
675
int32_t
iCoff
, iCoffDenom;
705
iCoff
= (-iqCorrMeas) / iCoffDenom;
707
iCoff
=
iCoff
& 0x3f;
719
HALDEBUG(ah, HAL_DEBUG_PERCAL, "
iCoff
= %d\n",
720
iCoff
);
727
(((uint32_t)
iCoff
) << AR_PHY_TIMING_CTRL4_IQCORR_Q_I_COFF_S) |
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
982
int32_t iqCorrMeas,
iCoff
, iCoffDenom;
1036
iCoff
= (int8_t)(-iqCorrMeas) / iCoffDenom;
1038
if (
iCoff
< -32) {
1039
iCoff
= -32;
1040
} else if (
iCoff
> 31) {
1041
iCoff
= 31;
1063
"
iCoff
= %d\n",
iCoff
);
1069
AR_PHY_TIMING_CTRL4_IQCORR_Q_I_COFF,
iCoff
);
1077
ichan->
iCoff
= iCoff
[
all
...]
/src/sys/external/isc/atheros_hal/dist/
ah_internal.h
142
int8_t
iCoff
;
Completed in 78 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025