Home
last modified time | relevance | path

Searched refs:thresh62 (Results 1 – 20 of 20) sorted by relevance

/freebsd/tools/tools/ath/athprom/
H A Deeprom-315 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
81 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
129 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
H A Deeprom-418 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
91 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
156 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
H A Deeprom-1447 | thresh62 $thresh62 |
H A Deeprom-519 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
105 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
183 | tx end to XLNA on $txEndToXLNAOn | Threashold 62 $thresh62 |
H A Dathprom.c564 fprintf(fd, "%3d", eepromN.modalHeader[curmode].thresh62); in eevar()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c167 ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62) in ar9300_set_cca_threshold() argument
169 OS_REG_RMW_FIELD(ah, AR_PHY_CCA_0, AR_PHY_CCA_THRESH62, thresh62); in ar9300_set_cca_threshold()
170 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA0, AR_PHY_EXT_CCA0_THRESH62, thresh62); in ar9300_set_cca_threshold()
175 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA, AR_PHY_EXT_CCA_THRESH62, thresh62); in ar9300_set_cca_threshold()
H A Dar9300eep.h319 u_int8_t thresh62; // 1 member
H A Dar9300.h1494 extern void ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62);
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h89 uint8_t thresh62; member
H A Dah_eeprom_v4k.h91 uint8_t thresh62; // 1 member
H A Dah_eeprom_v14.h210 uint8_t thresh62; // 1 member
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c539 AR9280_PHY_CCA_THRESH62, pModal->thresh62); in ar9287SetBoardValues()
541 AR_PHY_EXT_CCA0_THRESH62, pModal->thresh62); in ar9287SetBoardValues()
H A Dar9285_reset.c332 pModal->thresh62); in ar9285SetBoardValues()
334 pModal->thresh62); in ar9285SetBoardValues()
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c111 printf("| thres62: 0x%.2x\n", mh->thresh62); in eeprom_v4k_modal_print()
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c119 printf("| thres62: 0x%.2x\n", mh->thresh62); in eeprom_9287_modal_print()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c181 printf("| thres62: 0x%.2x\n", mh->thresh62); in eeprom_v14_modal_print()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1694 pModal->thresh62); in ar5416SetBoardValues()
1696 pModal->thresh62); in ar5416SetBoardValues()
1699 pModal->thresh62); in ar5416SetBoardValues()
1701 pModal->thresh62); in ar5416SetBoardValues()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h796 uint8_t thresh62; member
H A Dif_otus.c2666 tmp |= (eep->thresh62 & 0x7f) << 12; in otus_set_board_values()
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c163 m->thresh62, in eeprom_9300_modal_print()