Searched refs:adcDesiredSize (Results 1 – 19 of 19) sorted by relevance
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-3 | 14 | 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 D | eeprom-4 | 17 | 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 D | eeprom-5 | 18 | 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 D | eeprom-14 | 39 | adc desired size $adcDesiredSize |
|
H A D | athprom.c | 555 fprintf(fd, "%3d", eepromN.modalHeader[curmode].adcDesiredSize); in eevar()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.h | 85 int8_t adcDesiredSize; member
|
H A D | ah_eeprom_v4k.h | 85 uint8_t adcDesiredSize; // 1 member
|
H A D | ah_eeprom_v14.h | 204 uint8_t adcDesiredSize; // 1 member
|
/freebsd/tools/tools/ath/ath_ee_v4k_print/ |
H A D | v4k.c | 94 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v4k_modal_print()
|
/freebsd/tools/tools/ath/ath_ee_9287_print/ |
H A D | 9287.c | 101 printf("| adcDesiredSize: %d |\n", mh->adcDesiredSize); in eeprom_9287_modal_print()
|
/freebsd/tools/tools/ath/ath_ee_v14_print/ |
H A D | ath_ee_v14_print.c | 152 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0); in eeprom_v14_modal_print()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1623 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 D | if_otusreg.h | 790 uint8_t adcDesiredSize; member
|
H A D | if_otus.c | 2641 tmp |= eep->pgaDesiredSize << 8 | eep->adcDesiredSize; in otus_set_board_values()
|
/freebsd/tools/tools/ath/ath_ee_9300_print/ |
H A D | main.c | 160 m->adcDesiredSize); in eeprom_9300_modal_print()
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9287_reset.c | 527 AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize); in ar9287SetBoardValues()
|
H A D | ar9285_reset.c | 320 pModal->adcDesiredSize); in ar9285SetBoardValues()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300eep.h | 315 int8_t adcDesiredSize; // 1 member
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 1678 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize); in ar5416SetBoardValues()
|