Searched refs:txagc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852b_rfk.c | 2128 enum rtw89_rf_path path, u8 txagc) in _dpk_kip_set_txagc() 2130 rtw89_write_rf(rtwdev, path, RR_TXAGC, RFREG_MASK, txagc); in _dpk_kip_set_txagc() 2135 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DPK] set TXAGC = 0x%x\n", txagc); in _dpk_kip_set_txagc() 2159 u8 txagc; in _dpk_set_offset() 2161 txagc = rtw89_read_rf(rtwdev, path, RR_TXAGC, RFREG_MASK); in _dpk_set_offset() 2163 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset() 2164 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset() 2165 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset() 2166 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset() 2168 txagc in _dpk_set_offset() 2127 _dpk_kip_set_txagc(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,u8 txagc) _dpk_kip_set_txagc() argument 2158 u8 txagc; _dpk_set_offset() local 2379 _dpk_fill_result(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,u8 kidx,u8 gain,u8 txagc) _dpk_fill_result() argument 2448 u8 txagc = 0x38, kidx = dpk->cur_idx[path]; _dpk_main() local [all...] |
H A D | rtw8852a_rfk.c | 2258 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 …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rtw8723d.c | 595 const struct rtw_hw_reg *txagc; rtw8723d_set_tx_power_index_by_rate() local
|