Home
last modified time | relevance | path

Searched refs:txagc (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Drf.c367 u32 txagc = 0; in rtl92s_phy_rf6052_set_ccktxpower() local
377 txagc = 0x3f; in rtl92s_phy_rf6052_set_ccktxpower()
379 txagc = pwrlevel; in rtl92s_phy_rf6052_set_ccktxpower()
381 txagc = pwrlevel; in rtl92s_phy_rf6052_set_ccktxpower()
385 txagc = 0x10; in rtl92s_phy_rf6052_set_ccktxpower()
388 txagc = 0x0; in rtl92s_phy_rf6052_set_ccktxpower()
391 if (txagc > RF6052_MAX_TX_PWR) in rtl92s_phy_rf6052_set_ccktxpower()
392 txagc = RF6052_MAX_TX_PWR; in rtl92s_phy_rf6052_set_ccktxpower()
394 rtl_set_bbreg(hw, RTXAGC_CCK_MCS32, BTX_AGCRATECCK, txagc); in rtl92s_phy_rf6052_set_ccktxpower()
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Drtw8852b_rfk.c2127 enum rtw89_rf_path path, u8 txagc) in _dpk_kip_set_txagc() argument
2129 rtw89_write_rf(rtwdev, path, RR_TXAGC, RFREG_MASK, txagc); in _dpk_kip_set_txagc()
2134 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DPK] set TXAGC = 0x%x\n", txagc); in _dpk_kip_set_txagc()
2158 u8 txagc; in _dpk_set_offset() local
2160 txagc = rtw89_read_rf(rtwdev, path, RR_TXAGC, RFREG_MASK); in _dpk_set_offset()
2162 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2163 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()
2164 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2165 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()
2167 txagc = txagc - gain_offset; in _dpk_set_offset()
[all …]
Drtw8852a_rfk.c2258 u8 txagc; in _dpk_set_offset() local
2260 txagc = (u8)rtw89_read_rf(rtwdev, path, RR_MODOPT, RFREG_MASK); in _dpk_set_offset()
2262 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2263 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()
2264 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2265 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()
2267 txagc = txagc - gain_offset; in _dpk_set_offset()
2269 rtw89_write_rf(rtwdev, path, RR_MODOPT, RFREG_MASK, txagc); in _dpk_set_offset()
2272 gain_offset, txagc); in _dpk_set_offset()
2273 return txagc; in _dpk_set_offset()
[all …]
/linux-6.6.21/drivers/staging/rtl8712/
Drtl871x_cmd.h496 u32 txagc[MAX_RATES_LENGTH]; member
504 u32 txagc[MAX_RATES_LENGTH]; member
/linux-6.6.21/drivers/net/wireless/realtek/rtw88/
Drtw8723d.c595 const struct rtw_hw_reg *txagc; in rtw8723d_set_tx_power_index_by_rate() local
607 txagc = &rtw8723d_txagc[rate]; in rtw8723d_set_tx_power_index_by_rate()
608 if (!txagc->addr) { in rtw8723d_set_tx_power_index_by_rate()
613 rtw_write32_mask(rtwdev, txagc->addr, txagc->mask, pwr_index); in rtw8723d_set_tx_power_index_by_rate()