Lines Matching refs:ah
137 struct ath_hw *ah = sc->sc_ah; in read_file_ani() local
147 { "ANI RESET", ah->stats.ast_ani_reset }, in read_file_ani()
148 { "OFDM LEVEL", ah->ani.ofdmNoiseImmunityLevel }, in read_file_ani()
149 { "CCK LEVEL", ah->ani.cckNoiseImmunityLevel }, in read_file_ani()
150 { "SPUR UP", ah->stats.ast_ani_spurup }, in read_file_ani()
151 { "SPUR DOWN", ah->stats.ast_ani_spurup }, in read_file_ani()
152 { "OFDM WS-DET ON", ah->stats.ast_ani_ofdmon }, in read_file_ani()
153 { "OFDM WS-DET OFF", ah->stats.ast_ani_ofdmoff }, in read_file_ani()
154 { "MRC-CCK ON", ah->stats.ast_ani_ccklow }, in read_file_ani()
155 { "MRC-CCK OFF", ah->stats.ast_ani_cckhigh }, in read_file_ani()
156 { "FIR-STEP UP", ah->stats.ast_ani_stepup }, in read_file_ani()
157 { "FIR-STEP DOWN", ah->stats.ast_ani_stepdown }, in read_file_ani()
158 { "INV LISTENTIME", ah->stats.ast_ani_lneg_or_lzero }, in read_file_ani()
159 { "OFDM ERRORS", ah->stats.ast_ani_ofdmerrs }, in read_file_ani()
160 { "CCK ERRORS", ah->stats.ast_ani_cckerrs }, in read_file_ani()
304 struct ath_hw *ah = sc->sc_ah; in read_file_antenna_diversity() local
305 struct ath9k_hw_capabilities *pCap = &ah->caps; in read_file_antenna_diversity()
328 ath9k_hw_antdiv_comb_conf_get(ah, &div_ant_conf); in read_file_antenna_diversity()
408 struct ath_hw *ah = sc->sc_ah; in read_file_dma() local
415 REG_WRITE_D(ah, AR_MACMISC, in read_file_dma()
426 val[i] = REG_READ_D(ah, AR_DMADBG_0 + (i * sizeof(u32))); in read_file_dma()
466 seq_printf(file, "pcu observe: 0x%x\n", REG_READ_D(ah, AR_OBS_BUS_1)); in read_file_dma()
467 seq_printf(file, "AR_CR: 0x%x\n", REG_READ_D(ah, AR_CR)); in read_file_dma()
867 struct ath_hw *ah = sc->sc_ah; in read_file_regval() local
873 regval = REG_READ_D(ah, sc->debug.regidx); in read_file_regval()
883 struct ath_hw *ah = sc->sc_ah; in write_file_regval() local
897 REG_WRITE_D(ah, sc->debug.regidx, regval); in write_file_regval()
950 struct ath_hw *ah = sc->sc_ah; in read_file_dump_nfcal() local
952 struct ath_common *common = ath9k_hw_common(ah); in read_file_dump_nfcal()
955 u8 chainmask = (ah->rxchainmask << 3) | ah->rxchainmask; in read_file_dump_nfcal()
958 seq_printf(file, "Channel Noise Floor : %d\n", ah->noise); in read_file_dump_nfcal()
1028 struct ath_hw *ah = sc->sc_ah; in read_file_ackto() local
1032 len = sprintf(buf, "%u %c\n", ah->dynack.ackto, in read_file_ackto()
1033 (ah->dynack.enabled) ? 'A' : 'S'); in read_file_ackto()
1113 struct ath_hw *ah = sc->sc_ah; in read_file_tpc() local
1123 ah->tpc_enabled ? "ENABLED" : "DISABLED"); in read_file_tpc()
1138 struct ath_hw *ah = sc->sc_ah; in write_file_tpc() local
1157 if (tpc_enabled != ah->tpc_enabled) { in write_file_tpc()
1158 ah->tpc_enabled = tpc_enabled; in write_file_tpc()
1302 int ath9k_init_debug(struct ath_hw *ah) in ath9k_init_debug() argument
1304 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_debug()
1346 &ah->rxchainmask); in ath9k_init_debug()
1348 &ah->txchainmask); in ath9k_init_debug()
1359 &ah->config.cwm_ignore_extcca); in ath9k_init_debug()