Lines Matching refs:rate_section
923 u8 band, rfpath, txnum, rate_section; in _rtl8821ae_phy_init_tx_power_by_rate() local
928 for (rate_section = 0; in _rtl8821ae_phy_init_tx_power_by_rate()
929 rate_section < TX_PWR_BY_RATE_NUM_SECTION; in _rtl8821ae_phy_init_tx_power_by_rate()
930 ++rate_section) in _rtl8821ae_phy_init_tx_power_by_rate()
932 [rfpath][txnum][rate_section] = 0; in _rtl8821ae_phy_init_tx_power_by_rate()
937 u8 rate_section, in _rtl8821ae_phy_set_txpower_by_rate_base() argument
950 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base()
972 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base()
976 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base()
995 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base()
1006 u8 txnum, u8 rate_section) in _rtl8821ae_phy_get_txpower_by_rate_base() argument
1020 switch (rate_section) { in _rtl8821ae_phy_get_txpower_by_rate_base()
1042 rate_section, path, txnum); in _rtl8821ae_phy_get_txpower_by_rate_base()
1046 switch (rate_section) { in _rtl8821ae_phy_get_txpower_by_rate_base()
1065 rate_section, path, txnum); in _rtl8821ae_phy_get_txpower_by_rate_base()
1159 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local
1165 for (rate_section = 0; rate_section < MAX_RATE_SECTION_NUM; ++rate_section) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1167 [bw][rate_section][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1172 1, bw, rate_section, channel, RF90_PATH_A); in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1173 if (rate_section == 2) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1176 } else if (rate_section == 4) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1179 } else if (rate_section == 3) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1182 } else if (rate_section == 5) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1326 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1340 for (rate_section = 0; rate_section < MAX_RATE_SECTION_NUM; ++rate_section) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1343 if (rate_section == 0) { /*CCK*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1347 } else if (rate_section == 1) { /*OFDM*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1351 } else if (rate_section == 2) { /*HT IT*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1355 } else if (rate_section == 3) { /*HT 2T*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1362 [bw][rate_section][channel][RF90_PATH_A]; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1367 if (rate_section == 3) in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1377 [bw][rate_section][channel][rf_path] = in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1383 regulation, bw, rate_section, channel, in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1385 [rate_section][channel][rf_path], (temp_pwrlmt == 63) in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1396 for (rate_section = 0; rate_section < MAX_RATE_SECTION_NUM; ++rate_section) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1400 if (rate_section == 1) { /*OFDM*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1404 } else if (rate_section == 2) { /*HT 1T*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1408 } else if (rate_section == 3) { /*HT 2T*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1412 } else if (rate_section == 4) { /*VHT 1T*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1416 } else if (rate_section == 5) { /*VHT 2T*/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1423 [bw][rate_section][channel] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1429 if (rate_section == 3 || rate_section == 5) in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1442 [bw][rate_section][channel] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1448 regulation, bw, rate_section, in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1450 [bw][rate_section][channel][rf_path], in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1674 u8 regulation = 0, bandwidth = 0, rate_section = 0, channel; in _rtl8812ae_phy_set_txpower_limit() local
1699 rate_section = 0; in _rtl8812ae_phy_set_txpower_limit()
1701 rate_section = 1; in _rtl8812ae_phy_set_txpower_limit()
1704 rate_section = 2; in _rtl8812ae_phy_set_txpower_limit()
1707 rate_section = 3; in _rtl8812ae_phy_set_txpower_limit()
1710 rate_section = 4; in _rtl8812ae_phy_set_txpower_limit()
1713 rate_section = 5; in _rtl8812ae_phy_set_txpower_limit()
1735 [bandwidth][rate_section] in _rtl8812ae_phy_set_txpower_limit()
1740 [rate_section][channel_index][RF90_PATH_A] = in _rtl8812ae_phy_set_txpower_limit()
1745 regulation, bandwidth, rate_section, channel_index, in _rtl8812ae_phy_set_txpower_limit()
1747 [rate_section][channel_index][RF90_PATH_A]); in _rtl8812ae_phy_set_txpower_limit()
1759 [rate_section][channel_index] in _rtl8812ae_phy_set_txpower_limit()
1764 [rate_section][channel_index][RF90_PATH_A] = power_limit; in _rtl8812ae_phy_set_txpower_limit()
1768 regulation, bandwidth, rate_section, channel, in _rtl8812ae_phy_set_txpower_limit()
1770 [rate_section][channel_index][RF90_PATH_A]); in _rtl8812ae_phy_set_txpower_limit()
1780 u8 *bandwidth, u8 *rate_section, in _rtl8812ae_phy_config_bb_txpwr_lmt() argument
1785 rate_section, rf_path, channel, in _rtl8812ae_phy_config_bb_txpwr_lmt()
2001 u8 rate_section = _rtl8821ae_get_rate_section_index(regaddr); in _rtl8821ae_store_tx_power_by_rate() local
2015 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section] = data; in _rtl8821ae_store_tx_power_by_rate()
2018 band, rfpath, txnum, rate_section, in _rtl8821ae_store_tx_power_by_rate()
2019 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section]); in _rtl8821ae_store_tx_power_by_rate()
2270 s8 rate_section = 0; in _rtl8821ae_phy_get_ratesection_intxpower_byrate() local
2276 rate_section = 0; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2282 rate_section = 1; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2288 rate_section = 2; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2294 rate_section = 3; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2300 rate_section = 4; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2306 rate_section = 5; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2312 rate_section = 6; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2318 rate_section = 7; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2324 rate_section = 8; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2330 rate_section = 9; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2336 rate_section = 10; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2342 rate_section = 11; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2349 return rate_section; in _rtl8821ae_phy_get_ratesection_intxpower_byrate()
2374 rate_section = -1, channel_temp = -1; in _rtl8812ae_phy_get_txpower_limit() local
2400 rate_section = 0; in _rtl8812ae_phy_get_txpower_limit()
2410 rate_section = 1; in _rtl8812ae_phy_get_txpower_limit()
2420 rate_section = 2; in _rtl8812ae_phy_get_txpower_limit()
2430 rate_section = 3; in _rtl8812ae_phy_get_txpower_limit()
2442 rate_section = 4; in _rtl8812ae_phy_get_txpower_limit()
2454 rate_section = 5; in _rtl8812ae_phy_get_txpower_limit()
2462 if (band_temp == BAND_ON_5G && rate_section == 0) in _rtl8812ae_phy_get_txpower_limit()
2468 if (rate_section == 1) in _rtl8812ae_phy_get_txpower_limit()
2474 if ((rate_section == 2 || rate_section == 3) && band == BAND_ON_5G && in _rtl8812ae_phy_get_txpower_limit()
2488 rate_section == -1 || channel_temp == -1) { in _rtl8812ae_phy_get_txpower_limit()
2492 rate_section, channel_temp); in _rtl8812ae_phy_get_txpower_limit()
2499 sec = rate_section; in _rtl8812ae_phy_get_txpower_limit()
2538 u8 shift = 0, rate_section, tx_num; in _rtl8821ae_phy_get_txpower_by_rate() local
2542 rate_section = _rtl8821ae_phy_get_ratesection_intxpower_byrate(path, rate); in _rtl8821ae_phy_get_txpower_by_rate()
2616 [tx_num][rate_section] >> shift) & 0xff; in _rtl8821ae_phy_get_txpower_by_rate()