Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c255 u32 tot_nss, tot_modes, txbf_on_off, index_offset1, index_offset2, index_offset3; in ath12k_tpc_get_rate() local
314 tot_nss = le32_to_cpu(tpc_stats->ctl_array.tpc_ctl_pwr.d1); in ath12k_tpc_get_rate()
317 index_offset1 = txbf_on_off * tot_modes * tot_nss; in ath12k_tpc_get_rate()
318 index_offset2 = tot_modes * tot_nss; in ath12k_tpc_get_rate()
319 index_offset3 = tot_nss; in ath12k_tpc_get_rate()