Home
last modified time | relevance | path

Searched refs:bbmult (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dtables_phy_lcn.c650 u32 bbmult, rfgain; in b43_phy_lcn_load_rfpower() local
654 bbmult = b43_lcntab_read(dev, B43_LCNTAB32(0x7, 0x140 + i)); in b43_phy_lcn_load_rfpower()
655 bbmult >>= 20; in b43_phy_lcn_load_rfpower()
Dphy_lcn.c533 u8 bbmult; in b43_phy_lcn_tx_pwr_ctl_init() local
543 bbmult = 150; in b43_phy_lcn_tx_pwr_ctl_init()
549 bbmult = 150; in b43_phy_lcn_tx_pwr_ctl_init()
552 b43_phy_lcn_set_bbmult(dev, bbmult); in b43_phy_lcn_tx_pwr_ctl_init()
Dphy_n.h923 u8 bbmult; member
Dphy_n.c3742 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3805 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()
3825 tmp = (tmp & 0x00FF) | (bbmult << 8); in b43_nphy_tx_power_fix()
3827 tmp = (tmp & 0xFF00) | bbmult; in b43_nphy_tx_power_fix()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3069 u8 bbmult; in wlc_lcnphy_tx_pwr_ctrl_init() local
3088 bbmult = 150; in wlc_lcnphy_tx_pwr_ctrl_init()
3095 bbmult = 150; in wlc_lcnphy_tx_pwr_ctrl_init()
3098 wlc_lcnphy_set_bbmult(pi, bbmult); in wlc_lcnphy_tx_pwr_ctrl_init()
4385 u32 val, bbmult, rfgain; in wlc_lcnphy_load_rfpower() local
4395 tab.tbl_ptr = &bbmult; in wlc_lcnphy_load_rfpower()
4398 bbmult = bbmult >> 20; in wlc_lcnphy_load_rfpower()
4404 qm_log10((s32) (bbmult), 0, &temp1, &qQ1); in wlc_lcnphy_load_rfpower()
Dphy_n.c24194 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local
24209 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy()
24214 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
24222 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
27740 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27836 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27851 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
28342 u8 bbmult; in wlc_phy_txpwr_index_nphy() local
28395 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy()
28396 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy()
[all …]
Dphy_int.h373 u8 bbmult; member