Searched refs:pgaDesiredSize (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h86 int8_t pgaDesiredSize; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h205 int8_t pgaDesiredSize; // 1 member in struct:ModalEepHeader
/freebsd-10.0-release/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c94 printf("| adcDesiredSize: %d |\n| pgaDesiredSize: %.2f dBm |\n",
95 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
/freebsd-10.0-release/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-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1621 int8_t adcDesiredSize, pgaDesiredSize; local
1663 pgaDesiredSize = ee->ee_pgaDesiredSizeTurbo[is2GHz];
1669 pgaDesiredSize = ee->ee_pgaDesiredSize[is2GHz];
1679 AR_PHY_DESIRED_SZ_PGA, pgaDesiredSize);
/freebsd-10.0-release/tools/tools/ath/athprom/
H A Dathprom.c578 } else if (streq(var, "pgaDesiredSize")) {
582 fprintf(fd, "%3d", eepromN.modalHeader[curmode].pgaDesiredSize);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1671 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_PGA, pModal->pgaDesiredSize);

Completed in 140 milliseconds