Searched refs:is2GHz (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v14.c217 v14EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz) argument
222 return ee->ee_base.modalHeader[is2GHz].spurChans[ix].spurChan;
232 fbin2freq(uint8_t fbin, HAL_BOOL is2GHz) argument
240 return (uint16_t)((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
H A Dah_eeprom_v4k.c199 v4kEepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz) argument
204 HALASSERT(is2GHz);
215 fbin2freq(uint8_t fbin, HAL_BOOL is2GHz) argument
223 return (uint16_t)((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
H A Dah_eeprom_v1.c93 v1EepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz) argument
H A Dah_eeprom_v3.c1743 legacyEepromGetSpurChan(struct ath_hal *ah, int ix, HAL_BOOL is2GHz) argument
1748 return ee->ee_spurChans[ix][is2GHz];
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c1487 int is2GHz = IS_CHAN_2GHZ(chan); local
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];
1624 HAL_BOOL is2GHz = IS_CHAN_2GHZ(ichan); local
[all...]
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280_attach.c385 HAL_BOOL is2GHz = IS_CHAN_2GHZ(chan); local
398 cur_bb_spur = ath_hal_getSpurChan(ah, i, is2GHz);
400 if (is2GHz) {
H A Dar5416_reset.c70 CAL_CTL_EDGES *pRdEdgesPower, HAL_BOOL is2GHz);
1644 fbin2freq(uint8_t fbin, HAL_BOOL is2GHz) argument
1654 return (uint16_t)((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
1663 ar5416GetMaxEdgePower(uint16_t freq, CAL_CTL_EDGES *pRdEdgesPower, HAL_BOOL is2GHz) argument
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) {
H A Dar5416_attach.c491 HAL_BOOL is2GHz = IS_CHAN_2GHZ(chan); local
502 cur_bb_spur = ath_hal_getSpurChan(ah, i, is2GHz);

Completed in 193 milliseconds