Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A 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()
H A 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()
H A Dphy_n.h923 u8 bbmult; member
H A Dphy_n.c3739 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3802 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()
3822 tmp = (tmp & 0x00FF) | (bbmult << 8); in b43_nphy_tx_power_fix()
3824 tmp = (tmp & 0xFF00) | bbmult; in b43_nphy_tx_power_fix()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3010 u8 bbmult; in wlc_lcnphy_tx_pwr_ctrl_init() local
3029 bbmult = 150; in wlc_lcnphy_tx_pwr_ctrl_init()
3036 bbmult = 150; in wlc_lcnphy_tx_pwr_ctrl_init()
3039 wlc_lcnphy_set_bbmult(pi, bbmult); in wlc_lcnphy_tx_pwr_ctrl_init()
4316 u32 val, bbmult, rfgain; in wlc_lcnphy_load_rfpower() local
4326 tab.tbl_ptr = &bbmult; in wlc_lcnphy_load_rfpower()
4329 bbmult = bbmult >> 20; in wlc_lcnphy_load_rfpower()
4335 qm_log10((s32) (bbmult), 0, &temp1, &qQ1); in wlc_lcnphy_load_rfpower()
H A Dphy_n.c24176 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local
24191 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy()
24196 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
24204 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
27709 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27820 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
28311 u8 bbmult; in wlc_phy_txpwr_index_nphy() local
28364 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy()
28365 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy()
28416 pi->nphy_txpwrindex[core].bbmult = (u8) tmpval; in wlc_phy_txpwr_index_nphy()
[all …]
H A Dphy_int.h373 u8 bbmult; member