Searched refs:ATH12K_NUM_PWR_LEVELS (Results 1 – 2 of 2) sorted by relevance
108 #define ATH12K_NUM_PWR_LEVELS 16 macro126 u8 reg_max[ATH12K_NUM_PWR_LEVELS];128 s8 tpe[ATH12K_NUM_PWR_LEVELS];129 struct ath12k_chan_power_info chan_power_info[ATH12K_NUM_PWR_LEVELS];
11231 s8 max_tx_power[ATH12K_NUM_PWR_LEVELS], in ath12k_mac_fill_reg_tpc_info()11438 if (tpc_info->num_pwr_levels > ATH12K_NUM_PWR_LEVELS) in ath12k_mac_parse_tx_pwr_env()11439 tpc_info->num_pwr_levels = ATH12K_NUM_PWR_LEVELS; in ath12k_mac_parse_tx_pwr_env()11454 if (tpc_info->num_pwr_levels > ATH12K_NUM_PWR_LEVELS) in ath12k_mac_parse_tx_pwr_env()11455 tpc_info->num_pwr_levels = ATH12K_NUM_PWR_LEVELS; in ath12k_mac_parse_tx_pwr_env()
Completed in 35 milliseconds