Home
last modified time | relevance | path

Searched refs:rfpwr_offset (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c14656 s32 rfpwr_offset = 0; in get_rf_pwr_offset() local
14662 rfpwr_offset = (s16) in get_rf_pwr_offset()
14666 rfpwr_offset = (s16) in get_rf_pwr_offset()
14672 rfpwr_offset = (s16) in get_rf_pwr_offset()
14679 rfpwr_offset = (s16) in get_rf_pwr_offset()
14685 rfpwr_offset = (s16) in get_rf_pwr_offset()
14689 return rfpwr_offset; in get_rf_pwr_offset()
19374 s32 rfpwr_offset; in wlc_phy_init_nphy() local
19424 rfpwr_offset = get_rf_pwr_offset(pi, pga_gn, in wlc_phy_init_nphy()
19430 &rfpwr_offset); in wlc_phy_init_nphy()
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_n.c4222 u32 rfpwr_offset; in b43_nphy_tx_gain_table_upload() local
4259 rfpwr_offset = rf_pwr_offset_table[pad_gain]; in b43_nphy_tx_gain_table_upload()
4261 rfpwr_offset = rf_pwr_offset_table[pga_gain]; in b43_nphy_tx_gain_table_upload()
4265 rfpwr_offset = b43_ntab_papd_pga_gain_delta_ipa_2g[pga_gain]; in b43_nphy_tx_gain_table_upload()
4267 rfpwr_offset = 0; /* FIXME */ in b43_nphy_tx_gain_table_upload()
4270 b43_ntab_write(dev, B43_NTAB32(26, 576 + i), rfpwr_offset); in b43_nphy_tx_gain_table_upload()
4271 b43_ntab_write(dev, B43_NTAB32(27, 576 + i), rfpwr_offset); in b43_nphy_tx_gain_table_upload()