Home
last modified time | relevance | path

Searched refs:ofdm_pwr (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8188eu/hal/
Dphy.c156 u8 *ofdm_pwr, u8 *bw20_pwr, u8 *bw40_pwr) in get_tx_power_index() argument
170 ofdm_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index]+ in get_tx_power_index()
178 ofdm_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index]+ in get_tx_power_index()
188 ofdm_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index]+ in get_tx_power_index()
200 ofdm_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index]+ in get_tx_power_index()
217 u8 *cck_pwr, u8 *ofdm_pwr, u8 *bw20_pwr, in phy_power_index_check() argument
223 hal_data->CurrentOfdm24GTxPwrIdx = ofdm_pwr[0]; in phy_power_index_check()
231 u8 ofdm_pwr[MAX_TX_COUNT] = {0};/* [0]:RF-A, [1]:RF-B */ in phy_set_tx_power_level() local
235 get_tx_power_index(adapt, channel, &cck_pwr[0], &ofdm_pwr[0], in phy_set_tx_power_level()
238 phy_power_index_check(adapt, channel, &cck_pwr[0], &ofdm_pwr[0], in phy_set_tx_power_level()
[all …]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c4319 void wlc_lcnphy_get_tssi(struct brcms_phy *pi, s8 *ofdm_pwr, s8 *cck_pwr) in wlc_lcnphy_get_tssi() argument
4326 *ofdm_pwr = (s8) (((read_phy_reg(pi, 0x4ab) & (0x1ff << 0)) in wlc_lcnphy_get_tssi()
4334 *cck_pwr = *ofdm_pwr + cck_offset; in wlc_lcnphy_get_tssi()
4337 *ofdm_pwr = 0; in wlc_lcnphy_get_tssi()
Dphy_int.h1037 void wlc_lcnphy_get_tssi(struct brcms_phy *pi, s8 *ofdm_pwr, s8 *cck_pwr);