Home
last modified time | relevance | path

Searched refs:adcDesiredSize (Results 1 – 19 of 19) sorted by relevance

/freebsd/tools/tools/ath/athprom/
H A Deeprom-314 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
80 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
128 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
H A Deeprom-417 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
90 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
155 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
H A Deeprom-518 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
104 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
182 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
H A Deeprom-1439 | adc desired size $adcDesiredSize |
H A Dathprom.c555 fprintf(fd, "%3d", eepromN.modalHeader[curmode].adcDesiredSize); in eevar()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h85 int8_t adcDesiredSize; member
H A Dah_eeprom_v4k.h85 uint8_t adcDesiredSize; // 1 member
H A Dah_eeprom_v14.h204 uint8_t adcDesiredSize; // 1 member
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c94 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v4k_modal_print()
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c101 printf("| adcDesiredSize: %d |\n", mh->adcDesiredSize); in eeprom_9287_modal_print()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c152 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v14_modal_print()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1623 int8_t adcDesiredSize, pgaDesiredSize; in ar5212SetBoardValues() local
1664 adcDesiredSize = ee->ee_adcDesiredSizeTurbo[is2GHz]; in ar5212SetBoardValues()
1670 adcDesiredSize = ee->ee_adcDesiredSize[arrayMode]; in ar5212SetBoardValues()
1679 AR_PHY_DESIRED_SZ_ADC, adcDesiredSize); in ar5212SetBoardValues()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h790 uint8_t adcDesiredSize; member
H A Dif_otus.c2641 tmp |= eep->pgaDesiredSize << 8 | eep->adcDesiredSize; in otus_set_board_values()
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c160 m->adcDesiredSize); in eeprom_9300_modal_print()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c527 AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize); in ar9287SetBoardValues()
H A Dar9285_reset.c320 pModal->adcDesiredSize); in ar9285SetBoardValues()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h315 int8_t adcDesiredSize; // 1 member
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1678 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize); in ar5416SetBoardValues()