Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Dtables_phy_lcn.c663 u32 bbmult, rfgain; in b43_phy_lcn_load_rfpower() local
667 bbmult = b43_lcntab_read(dev, B43_LCNTAB32(0x7, 0x140 + i)); in b43_phy_lcn_load_rfpower()
668 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.h922 u8 bbmult; member
Dphy_n.c3754 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3817 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()
3837 tmp = (tmp & 0x00FF) | (bbmult << 8); in b43_nphy_tx_power_fix()
3839 tmp = (tmp & 0xFF00) | bbmult; in b43_nphy_tx_power_fix()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3082 u8 bbmult; in wlc_lcnphy_tx_pwr_ctrl_init() local
3101 bbmult = 150; in wlc_lcnphy_tx_pwr_ctrl_init()
3108 bbmult = 150; in wlc_lcnphy_tx_pwr_ctrl_init()
3111 wlc_lcnphy_set_bbmult(pi, bbmult); in wlc_lcnphy_tx_pwr_ctrl_init()
4405 u32 val, bbmult, rfgain; in wlc_lcnphy_load_rfpower() local
4415 tab.tbl_ptr = &bbmult; in wlc_lcnphy_load_rfpower()
4418 bbmult = bbmult >> 20; in wlc_lcnphy_load_rfpower()
4424 qm_log10((s32) (bbmult), 0, &temp1, &qQ1); in wlc_lcnphy_load_rfpower()
Dphy_n.c24291 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local
24306 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy()
24311 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
24319 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
27837 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27933 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27948 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
28439 u8 bbmult; in wlc_phy_txpwr_index_nphy() local
28492 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy()
28493 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy()
[all …]
Dphy_int.h391 u8 bbmult; member