Searched refs:bbmult (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_lcn.c | 650 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()
|
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 | 3743 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local 3806 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix() 3826 tmp = (tmp & 0x00FF) | (bbmult << 8); in b43_nphy_tx_power_fix() 3828 tmp = (tmp & 0xFF00) | bbmult; in b43_nphy_tx_power_fix()
|
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3010 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()
|
D | phy_n.c | 24176 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 27805 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy() 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() [all …]
|
D | phy_int.h | 373 u8 bbmult; member
|