Lines Matching defs:tpc

4662 	u8 tpc, num_streams, preamble, ch, stm_idx;
4668 tpc = min_t(u8, ev->rates_array[rate_idx], ev->max_reg_allow_pow[ch]);
4682 tpc = min_t(u8, tpc,
4686 tpc = min_t(u8, tpc,
4690 tpc = min_t(u8, tpc,
4694 ath10k_warn(ar, "unknown wmi tpc table type: %d\n", type);
4695 tpc = 0;
4700 return tpc;
4709 u8 tpc[WMI_TPC_TX_N_CHAIN];
4739 "invalid table type in wmi tpc event: %d\n", type);
4751 tpc[j] = ath10k_tpc_config_get_rate(ar, ev, i, j + 1,
4754 snprintf(buff, sizeof(buff), "%8d ", tpc[j]);
4918 "wmi event tpc config channel %d mode %d ctl %d regd %d gain %d %d limit %d max_power %d tx_chanins %d rates %d\n",
4937 u8 tpc, num_streams, preamble, ch, stm_idx;
4998 ath10k_warn(ar, "unknown wmi tpc final index and frequency: %u, %u\n",
5000 tpc = 0;
5005 tpc = min_t(u8, ev->rates_array[rate_idx],
5008 tpc = min_t(u8, min_t(u8, ev->rates_array[rate_idx],
5025 tpc = min_t(u8, tpc, pow_agstbc);
5027 tpc = min_t(u8, min_t(u8, tpc, pow_agstbc),
5033 tpc = min_t(u8, tpc, pow_agtxbf);
5035 tpc = min_t(u8, min_t(u8, tpc, pow_agtxbf),
5041 tpc = min_t(u8, tpc, pow_agcdd);
5043 tpc = min_t(u8, min_t(u8, tpc, pow_agcdd),
5047 ath10k_warn(ar, "unknown wmi tpc final table type: %d\n", type);
5048 tpc = 0;
5053 return tpc;
5063 u8 tpc[WMI_TPC_TX_N_CHAIN];
5093 "invalid table type in wmi tpc event: %d\n", type);
5105 tpc[j] = ath10k_wmi_tpc_final_get_rate(ar, ev, i, j + 1,
5108 snprintf(buff, sizeof(buff), "%8d ", tpc[j]);
5174 "wmi event tpc final table channel %d mode %d ctl %d regd %d gain %d %d limit %d max_power %d tx_chanins %d rates %d\n",
8163 "wmi pdev get tpc config param %d\n", param);
8915 "wmi pdev get tpc table param:%d\n", param);