Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v3.c966 pPowerInfo->testChannel = (eeval >> 8) & 0xff; in readEepromTargetPowerCalInfo()
968 pPowerInfo->testChannel = (eeval >> 9) & 0x7f; in readEepromTargetPowerCalInfo()
971 if (pPowerInfo->testChannel != 0) { in readEepromTargetPowerCalInfo()
974 pPowerInfo->testChannel = fbin2freq(ee, pPowerInfo->testChannel); in readEepromTargetPowerCalInfo()
976 pPowerInfo->testChannel = fbin2freq_2p4(ee, pPowerInfo->testChannel); in readEepromTargetPowerCalInfo()
H A Dah_eeprom_v3.h197 uint16_t testChannel; member
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1576 tempChannelList[i] = pPowerInfo[i].testChannel; in ar5211SetRateTable()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c2448 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()