Home
last modified time | relevance | path

Searched refs:pgaDesiredSize (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/tools/tools/ath/athprom/
Deeprom-318 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
84 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
132 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
Deeprom-421 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
94 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
159 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
Deeprom-522 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
108 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
186 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
Deeprom-1441 | pga desired size $pgaDesiredSize |
Dathprom.c582 fprintf(fd, "%3d", eepromN.modalHeader[curmode].pgaDesiredSize); in eevar()
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah_eeprom_v4k.h86 int8_t pgaDesiredSize; // 1 member
Dah_eeprom_v14.h205 int8_t pgaDesiredSize; // 1 member
/freebsd-10-stable/tools/tools/ath/ath_ee_v4k_print/
Dv4k.c95 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v4k_modal_print()
/freebsd-10-stable/tools/tools/ath/ath_ee_v14_print/
Dath_ee_v14_print.c154 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v14_modal_print()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c1621 int8_t adcDesiredSize, pgaDesiredSize; in ar5212SetBoardValues() local
1663 pgaDesiredSize = ee->ee_pgaDesiredSizeTurbo[is2GHz]; in ar5212SetBoardValues()
1669 pgaDesiredSize = ee->ee_pgaDesiredSize[is2GHz]; in ar5212SetBoardValues()
1679 AR_PHY_DESIRED_SZ_PGA, pgaDesiredSize); in ar5212SetBoardValues()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c1671 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_PGA, pModal->pgaDesiredSize); in ar5416SetBoardValues()