Home
last modified time | relevance | path

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

/freebsd-head/tools/tools/ath/athprom/
HDeeprom-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 |
HDeeprom-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 |
HDeeprom-1447 | thresh62 $thresh62 |
HDeeprom-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 |
HDathprom.c564 fprintf(fd, "%3d", eepromN.modalHeader[curmode].thresh62); in eevar()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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()
HDar9300eep.h319 u_int8_t thresh62; // 1 member
HDar9300.h1494 extern void ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62);
/freebsd-head/sys/dev/ath/ath_hal/
HDah_eeprom_9287.h89 uint8_t thresh62; member
HDah_eeprom_v4k.h91 uint8_t thresh62; // 1 member
HDah_eeprom_v14.h210 uint8_t thresh62; // 1 member
/freebsd-head/sys/dev/ath/ath_hal/ar9002/
HDar9287_reset.c539 AR9280_PHY_CCA_THRESH62, pModal->thresh62); in ar9287SetBoardValues()
541 AR_PHY_EXT_CCA0_THRESH62, pModal->thresh62); in ar9287SetBoardValues()
HDar9285_reset.c332 pModal->thresh62); in ar9285SetBoardValues()
334 pModal->thresh62); in ar9285SetBoardValues()
/freebsd-head/tools/tools/ath/ath_ee_v4k_print/
HDv4k.c111 printf("| thres62: 0x%.2x\n", mh->thresh62); in eeprom_v4k_modal_print()
/freebsd-head/tools/tools/ath/ath_ee_9287_print/
HD9287.c119 printf("| thres62: 0x%.2x\n", mh->thresh62); in eeprom_9287_modal_print()
/freebsd-head/tools/tools/ath/ath_ee_v14_print/
HDath_ee_v14_print.c181 printf("| thres62: 0x%.2x\n", mh->thresh62); in eeprom_v14_modal_print()
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c1694 pModal->thresh62); in ar5416SetBoardValues()
1696 pModal->thresh62); in ar5416SetBoardValues()
1699 pModal->thresh62); in ar5416SetBoardValues()
1701 pModal->thresh62); in ar5416SetBoardValues()
/freebsd-head/sys/dev/otus/
HDif_otusreg.h796 uint8_t thresh62; member
HDif_otus.c2655 tmp |= (eep->thresh62 & 0x7f) << 12; in otus_set_board_values()
/freebsd-head/tools/tools/ath/ath_ee_9300_print/
HDmain.c163 m->thresh62, in eeprom_9300_modal_print()