Lines Matching defs:regulation

1123 	u8 regulation, bw, channel, rate_section;
1126 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) {
1130 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation]
1138 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A] =
1139 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A];
1141 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A] =
1142 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A];
1144 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A] =
1145 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A];
1147 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A] =
1148 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A];
1292 u8 regulation, bw, channel, rate_section;
1303 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) {
1327 temp_pwrlmt = rtlphy->txpwr_limit_2_4g[regulation]
1342 rtlphy->txpwr_limit_2_4g[regulation]
1348 "TxPwrLimit_2_4G[regulation %d][bw %d][rateSection %d][channel %d] = %d\n(TxPwrLimit in dBm %d - BW40PwrLmt2_4G[channel %d][rfpath %d] %d)\n",
1349 regulation, bw, rate_section, channel,
1350 rtlphy->txpwr_limit_2_4g[regulation][bw]
1359 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) {
1388 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation]
1407 rtlphy->txpwr_limit_5g[regulation]
1413 "TxPwrLimit_5G[regulation %d][bw %d][rateSection %d][channel %d] =%d\n(TxPwrLimit in dBm %d - BW40PwrLmt5G[chnl group %d][rfpath %d] %d)\n",
1414 regulation, bw, rate_section,
1415 channel, rtlphy->txpwr_limit_5g[regulation]
1629 u8 regulation = 0, bandwidth = 0, rate_section = 0, channel;
1645 regulation = 0;
1647 regulation = 1;
1649 regulation = 2;
1651 regulation = 3;
1689 prev_power_limit = rtlphy->txpwr_limit_2_4g[regulation]
1694 rtlphy->txpwr_limit_2_4g[regulation][bandwidth]
1700 regulation, bandwidth, rate_section, channel_index,
1701 rtlphy->txpwr_limit_2_4g[regulation][bandwidth]
1713 prev_power_limit = rtlphy->txpwr_limit_5g[regulation][bandwidth]
1718 rtlphy->txpwr_limit_5g[regulation][bandwidth]
1723 regulation, bandwidth, rate_section, channel,
1724 rtlphy->txpwr_limit_5g[regulation][bandwidth]
1734 const char *regulation, const char *band,
1739 _rtl8812ae_phy_set_txpower_limit(hw, regulation, band, bandwidth,
1763 const char *regulation = array[i];
1771 _rtl8812ae_phy_config_bb_txpwr_lmt(hw, regulation, band,
2314 short band_temp = -1, regulation = -1, bandwidth_temp = -1,
2322 regulation = TXPWR_LMT_WW;
2429 if (band_temp == -1 || regulation == -1 || bandwidth_temp == -1 ||
2432 "Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][rf_path %d][rate_section %d][chnl %d]\n",
2433 band_temp, regulation, bandwidth_temp, rf_path,
2438 regu = regulation;
2451 power_limit = (regulation == TXPWR_LMT_WW) ?
2463 power_limit = (regulation == TXPWR_LMT_WW) ?