Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_lcn.c2297 u8 bbmult; in WLBANDINITFN() local
2323 bbmult = 150; in WLBANDINITFN()
2330 bbmult = 150; in WLBANDINITFN()
2333 wlc_lcnphy_set_bbmult(pi, bbmult); in WLBANDINITFN()
4279 u32 val, bbmult, rfgain; in wlc_lcnphy_load_rfpower() local
4289 tab.tbl_ptr = &bbmult; in wlc_lcnphy_load_rfpower()
4292 bbmult = bbmult >> 20; in wlc_lcnphy_load_rfpower()
4298 qm_log10((s32) (bbmult), 0, &temp1, &qQ1); in wlc_lcnphy_load_rfpower()
Dwlc_phy_n.c23804 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local
23819 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy()
23824 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
23832 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
27535 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27645 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27660 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
28931 u8 bbmult; in wlc_phy_txpwr_index_nphy() local
28987 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy()
28988 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy()
[all …]
Dwlc_phy_int.h430 u8 bbmult; member
/linux-2.6.39/drivers/net/wireless/b43/
Dphy_n.h756 u8 bbmult; member
Dphy_n.c304 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
356 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()
379 tmp = (tmp & 0x00FF) | (bbmult << 8); in b43_nphy_tx_power_fix()
381 tmp = (tmp & 0xFF00) | bbmult; in b43_nphy_tx_power_fix()