Home
last modified time | relevance | path

Searched refs:openLoopPwrCntl (Results 1 – 6 of 6) sorted by relevance

/src/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c109 (int) eh->dacHiPwrMode_5G, (int) eh->openLoopPwrCntl, (int) eh->dacLpMode); in eeprom_v14_base_print()
269 if (eep->ee_base.baseEepHeader.openLoopPwrCntl) in eeprom_v14_calfreqpiers_print()
290 if (eep->ee_base.baseEepHeader.openLoopPwrCntl) in eeprom_v14_calfreqpiers_print()
/src/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h71 uint8_t openLoopPwrCntl; member
H A Dah_eeprom_v14.h183 uint8_t openLoopPwrCntl;/* 1: use open loop power control, member
H A Dah_eeprom_9287.c72 return pBase->openLoopPwrCntl ? HAL_OK : HAL_EIO; in v9287EepromGet()
H A Dah_eeprom_v14.c93 return pBase->openLoopPwrCntl ? HAL_OK : HAL_EIO; in v14EepromGet()
/src/tools/tools/ath/ath_ee_9287_print/
H A D9287.c64 eh->deviceCap, eh->binBuildNumber, eh->deviceType, eh->openLoopPwrCntl); in eeprom_9287_base_print()