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

/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h91 uint8_t thresh62; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h93 uint8_t thresh62; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h212 uint8_t thresh62; // 1 member in struct:ModalEepHeader
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c167 ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62) argument
169 OS_REG_RMW_FIELD(ah, AR_PHY_CCA_0, AR_PHY_CCA_THRESH62, thresh62);
170 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA0, AR_PHY_EXT_CCA0_THRESH62, thresh62);
173 AR_PHY_EXTCHN_PWRTHR1, AR_PHY_EXT_CCA0_THRESH62, thresh62);
175 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA, AR_PHY_EXT_CCA_THRESH62, thresh62);
H A Dar9300eep.h319 u_int8_t thresh62; // 1 member in struct:ospreyModalEepHeader
H A Dar9300.h1494 extern void ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c541 AR9280_PHY_CCA_THRESH62, pModal->thresh62);
543 AR_PHY_EXT_CCA0_THRESH62, pModal->thresh62);
H A Dar9285_reset.c334 pModal->thresh62);
336 pModal->thresh62);
/freebsd-12-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c121 printf("| thres62: 0x%.2x\n", mh->thresh62);
/freebsd-12-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c113 printf("| thres62: 0x%.2x\n", mh->thresh62);
/freebsd-12-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c183 printf("| thres62: 0x%.2x\n", mh->thresh62);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1696 pModal->thresh62);
1698 pModal->thresh62);
1701 pModal->thresh62);
1703 pModal->thresh62);
/freebsd-12-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c165 m->thresh62,
/freebsd-12-stable/tools/tools/ath/athprom/
H A Dathprom.c561 } else if (streq(var, "thresh62")) {
565 fprintf(fd, "%3d", eepromN.modalHeader[curmode].thresh62);
/freebsd-12-stable/sys/dev/otus/
H A Dif_otusreg.h798 uint8_t thresh62; member in struct:ModalEepHeader
H A Dif_otus.c2660 tmp |= (eep->thresh62 & 0x7f) << 12;

Completed in 277 milliseconds