Lines Matching defs:base
1943 /* bw40 is the base power */
1987 /* bw40 is the base power */
1992 /* the base idx of bw80 is the average of bw40+/bw40- */
2102 u8 *base = &pwr_param->pwr_base;
2111 /* base power index for 2.4G/5G */
2114 *base = rtw_phy_get_2g_tx_power_index(rtwdev,
2120 *base = rtw_phy_get_5g_tx_power_index(rtwdev,
2276 s8 base;
2280 base = hal->tx_pwr_by_rate_base_2g[0][rs];
2281 hal->tx_pwr_limit_2g[regd][bw][rs][ch] -= base;
2285 base = hal->tx_pwr_by_rate_base_5g[0][rs];
2286 hal->tx_pwr_limit_5g[regd][bw][rs][ch] -= base;