Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athprom/
H A 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 |
H A 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 |
H A 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 |
H A Deeprom-1441 | pga desired size $pgaDesiredSize |
H A Dathprom.c581 fprintf(fd, "%3d", eepromN.modalHeader[curmode].pgaDesiredSize); in eevar()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v4k.h86 int8_t pgaDesiredSize; // 1 member
H A Dah_eeprom_v14.h205 int8_t pgaDesiredSize; // 1 member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_reset.c1624 int8_t adcDesiredSize, pgaDesiredSize; in ar5212SetBoardValues() local
1666 pgaDesiredSize = ee->ee_pgaDesiredSizeTurbo[is2GHz]; in ar5212SetBoardValues()
1672 pgaDesiredSize = ee->ee_pgaDesiredSize[is2GHz]; in ar5212SetBoardValues()
1682 AR_PHY_DESIRED_SZ_PGA, pgaDesiredSize); in ar5212SetBoardValues()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c1674 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_PGA, pModal->pgaDesiredSize); in ar5416SetBoardValues()