Lines Matching refs:common

90 	struct ath_common *common = ath9k_hw_common(sc->sc_ah);  in read_file_debug()  local
94 len = sprintf(buf, "0x%08x\n", common->debug_mask); in read_file_debug()
102 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in write_file_debug() local
115 common->debug_mask = mask; in write_file_debug()
136 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in read_file_ani() local
168 common->disable_ani ? "DISABLED" : "ENABLED"); in read_file_ani()
170 if (common->disable_ani) in read_file_ani()
192 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in write_file_ani() local
208 common->disable_ani = !ani; in write_file_ani()
210 if (common->disable_ani) { in write_file_ani()
211 clear_bit(ATH_OP_ANI_RUN, &common->op_flags); in write_file_ani()
235 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in read_file_bt_ant_diversity() local
239 len = sprintf(buf, "%d\n", common->bt_ant_diversity); in read_file_bt_ant_diversity()
248 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in write_file_bt_ant_diversity() local
265 common->bt_ant_diversity = !!bt_ant_diversity; in write_file_bt_ant_diversity()
267 ath9k_hw_set_bt_ant_diversity(sc->sc_ah, common->bt_ant_diversity); in write_file_bt_ant_diversity()
268 ath_dbg(common, CONFIG, "Enable WLAN/BT RX Antenna diversity: %d\n", in write_file_bt_ant_diversity()
269 common->bt_ant_diversity); in write_file_bt_ant_diversity()
664 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in read_file_misc() local
670 seq_printf(file, "BSSID: %pM\n", common->curbssid); in read_file_misc()
671 seq_printf(file, "BSSID-MASK: %pM\n", common->bssidmask); in read_file_misc()
952 struct ath_common *common = ath9k_hw_common(ah); in read_file_dump_nfcal() local
953 struct ieee80211_conf *conf = &common->hw->conf; in read_file_dump_nfcal()
1001 if (!sc->sc_ah->common.btcoex_enabled) { in read_file_btcoex()
1304 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_debug() local
1305 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_init_debug()