Searched refs:adcDesiredSize (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h85 int8_t adcDesiredSize; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h85 uint8_t adcDesiredSize; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h204 uint8_t adcDesiredSize; // 1 member in struct:ModalEepHeader
/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c128 printf("| txClip: %d, AntGain: %d, SwitchSettling: %d, adcDesiredSize: %d |\n",
132 m->adcDesiredSize);
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c103 printf("| adcDesiredSize: %d |\n", mh->adcDesiredSize);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c95 printf("| adcDesiredSize: %d |\n| pgaDesiredSize: %.2f dBm |\n",
96 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c153 printf("| adcDesiredSize: %d |\n| pgaDesiredSize: %.2f dBm |\n",
154 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1624 int8_t adcDesiredSize, pgaDesiredSize; local
1665 adcDesiredSize = ee->ee_adcDesiredSizeTurbo[is2GHz];
1671 adcDesiredSize = ee->ee_adcDesiredSize[arrayMode];
1680 AR_PHY_DESIRED_SZ_ADC, adcDesiredSize);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c528 AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize);
H A Dar9285_reset.c320 pModal->adcDesiredSize);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h311 int8_t adcDesiredSize; // 1 member in struct:ospreyModalEepHeader
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c552 } else if (streq(var, "adcDesiredSize")) {
556 fprintf(fd, "%3d", eepromN.modalHeader[curmode].adcDesiredSize);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h783 uint8_t adcDesiredSize; member in struct:ModalEepHeader
H A Dif_otus.c2561 tmp |= eep->pgaDesiredSize << 8 | eep->adcDesiredSize;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1671 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize);

Completed in 172 milliseconds