Searched refs:thresh62 (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c165 ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62) argument
167 OS_REG_RMW_FIELD(ah, AR_PHY_CCA_0, AR_PHY_CCA_THRESH62, thresh62);
168 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA0, AR_PHY_EXT_CCA0_THRESH62, thresh62);
171 AR_PHY_EXTCHN_PWRTHR1, AR_PHY_EXT_CCA0_THRESH62, thresh62);
173 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA, AR_PHY_EXT_CCA_THRESH62, thresh62);
H A Dar9300eep.h315 u_int8_t thresh62; // 1 member in struct:ospreyModalEepHeader
H A Dar9300.h1470 extern void ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62);
/freebsd-10.1-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h89 uint8_t thresh62; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h91 uint8_t thresh62; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h210 uint8_t thresh62; // 1 member in struct:ModalEepHeader
/freebsd-10.1-release/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c135 m->thresh62,
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c540 AR9280_PHY_CCA_THRESH62, pModal->thresh62);
542 AR_PHY_EXT_CCA0_THRESH62, pModal->thresh62);
H A Dar9285_reset.c332 pModal->thresh62);
334 pModal->thresh62);
/freebsd-10.1-release/tools/tools/ath/ath_ee_9287_print/
H A D9287.c121 printf("| thres62: 0x%.2x\n", mh->thresh62);
/freebsd-10.1-release/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c112 printf("| thres62: 0x%.2x\n", mh->thresh62);
/freebsd-10.1-release/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c183 printf("| thres62: 0x%.2x\n", mh->thresh62);
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1684 pModal->thresh62);
1686 pModal->thresh62);
1689 pModal->thresh62);
1691 pModal->thresh62);
/freebsd-10.1-release/tools/tools/ath/athprom/
H A Dathprom.c561 } else if (streq(var, "thresh62")) {
565 fprintf(fd, "%3d", eepromN.modalHeader[curmode].thresh62);

Completed in 100 milliseconds