Searched refs:bbmult (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_lcn.c | 663 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()
|
D | phy_lcn.c | 533 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()
|
D | phy_n.h | 923 u8 bbmult; member
|
D | phy_n.c | 3754 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-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3082 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() 4400 u32 val, bbmult, rfgain; in wlc_lcnphy_load_rfpower() local 4410 tab.tbl_ptr = &bbmult; in wlc_lcnphy_load_rfpower() 4413 bbmult = bbmult >> 20; in wlc_lcnphy_load_rfpower() 4419 qm_log10((s32) (bbmult), 0, &temp1, &qQ1); in wlc_lcnphy_load_rfpower()
|
D | phy_n.c | 24205 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local 24220 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy() 24225 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy() 24233 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy() 27751 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local 27847 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy() 27862 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy() 28353 u8 bbmult; in wlc_phy_txpwr_index_nphy() local 28406 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy() 28407 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy() [all …]
|
D | phy_int.h | 391 u8 bbmult; member
|