Home
last modified time | relevance | path

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

/freebsd-12-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-12-stable/sys/dev/ath/ath_hal/
Dah_eeprom_v4k.h88 int8_t pgaDesiredSize; // 1 member
Dah_eeprom_v14.h207 int8_t pgaDesiredSize; // 1 member
/freebsd-12-stable/tools/tools/ath/ath_ee_v4k_print/
Dv4k.c96 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v4k_modal_print()
/freebsd-12-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-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c1625 int8_t adcDesiredSize, pgaDesiredSize; in ar5212SetBoardValues() local
1667 pgaDesiredSize = ee->ee_pgaDesiredSizeTurbo[is2GHz]; in ar5212SetBoardValues()
1673 pgaDesiredSize = ee->ee_pgaDesiredSize[is2GHz]; in ar5212SetBoardValues()
1683 AR_PHY_DESIRED_SZ_PGA, pgaDesiredSize); in ar5212SetBoardValues()
/freebsd-12-stable/sys/dev/otus/
Dif_otusreg.h793 int8_t pgaDesiredSize; member
Dif_otus.c2646 tmp |= eep->pgaDesiredSize << 8 | eep->adcDesiredSize; in otus_set_board_values()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c1683 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_PGA, pModal->pgaDesiredSize); in ar5416SetBoardValues()