OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is2GHz
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v14.c
217
v14EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL
is2GHz
)
222
return ee->ee_base.modalHeader[
is2GHz
].spurChans[ix].spurChan;
232
fbin2freq(uint8_t fbin, HAL_BOOL
is2GHz
)
240
return (uint16_t)((
is2GHz
) ? (2300 + fbin) : (4800 + 5 * fbin));
ah_eeprom_v4k.c
199
v4kEepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL
is2GHz
)
204
HALASSERT(
is2GHz
);
215
fbin2freq(uint8_t fbin, HAL_BOOL
is2GHz
)
223
return (uint16_t)((
is2GHz
) ? (2300 + fbin) : (4800 + 5 * fbin));
ah_eeprom_v1.c
93
v1EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL
is2GHz
)
ah_eeprom_v3.c
1743
legacyEepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL
is2GHz
)
1748
return ee->ee_spurChans[ix][
is2GHz
];
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
1487
int
is2GHz
= IS_CHAN_2GHZ(chan);
1528
switchSettling = ee->ee_switchSettlingTurbo[
is2GHz
];
1529
adcDesiredSize = ee->ee_adcDesiredSizeTurbo[
is2GHz
];
1530
pgaDesiredSize = ee->ee_pgaDesiredSizeTurbo[
is2GHz
];
1531
txrxAtten = ee->ee_txrxAttenTurbo[
is2GHz
];
1532
rxtxMargin = ee->ee_rxtxMarginTurbo[
is2GHz
];
1536
pgaDesiredSize = ee->ee_pgaDesiredSize[
is2GHz
];
1537
txrxAtten = ee->ee_txrxAtten[
is2GHz
];
1538
rxtxMargin = ee->ee_rxtxMargin[
is2GHz
];
1581
iCoff = ee->ee_iqCalI[
is2GHz
];
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9280_attach.c
385
HAL_BOOL
is2GHz
= IS_CHAN_2GHZ(chan);
398
cur_bb_spur = ath_hal_getSpurChan(ah, i,
is2GHz
);
400
if (
is2GHz
) {
ar5416_reset.c
70
CAL_CTL_EDGES *pRdEdgesPower, HAL_BOOL
is2GHz
);
1644
fbin2freq(uint8_t fbin, HAL_BOOL
is2GHz
)
1654
return (uint16_t)((
is2GHz
) ? (2300 + fbin) : (4800 + 5 * fbin));
1663
ar5416GetMaxEdgePower(uint16_t freq, CAL_CTL_EDGES *pRdEdgesPower, HAL_BOOL
is2GHz
)
1674
if (freq == fbin2freq(pRdEdgesPower[i].bChannel,
is2GHz
)) {
1677
} else if ((i > 0) && (freq < fbin2freq(pRdEdgesPower[i].bChannel,
is2GHz
))) {
1678
if (fbin2freq(pRdEdgesPower[i - 1].bChannel,
is2GHz
) < freq && (pRdEdgesPower[i - 1].tPowerFlag & CAL_CTL_EDGES_FLAG) != 0) {
ar5416_attach.c
491
HAL_BOOL
is2GHz
= IS_CHAN_2GHZ(chan);
502
cur_bb_spur = ath_hal_getSpurChan(ah, i,
is2GHz
);
Completed in 22 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025