Searched refs:bbmult (Results 1 – 6 of 6) sorted by relevance
| /src/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_core.h | 86 uint8_t bbmult; member
|
| H A D | if_bwn_phy_n_core.c | 3889 uint8_t txpi[2], bbmult, i; in bwn_nphy_tx_power_fix() local 3969 bbmult = txgain & 0xFF; in bwn_nphy_tx_power_fix() 3989 tmp = (tmp & 0x00FF) | (bbmult << 8); in bwn_nphy_tx_power_fix() 3991 tmp = (tmp & 0xFF00) | bbmult; in bwn_nphy_tx_power_fix()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A 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()
|
| H A D | phy_n.c | 24170 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local 24185 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy() 24190 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy() 24198 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy() 27701 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local 27797 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy() 27812 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy() 28304 u8 bbmult; in wlc_phy_txpwr_index_nphy() local 28357 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy() 28358 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy() [all …]
|
| H A D | phy_int.h | 373 u8 bbmult; member
|
| /src/sys/dev/bwn/ |
| H A D | if_bwn_phy_lp.c | 1828 uint8_t txo, bbmult, txpctlmode; in bwn_phy_lp_rccal_r12() local 1835 bbmult = bwn_phy_lp_get_bbmult(mac); in bwn_phy_lp_rccal_r12() 1922 bwn_phy_lp_set_bbmult(mac, bbmult); in bwn_phy_lp_rccal_r12() 2271 bwn_phy_lp_set_bbmult(struct bwn_mac *mac, uint8_t bbmult) in bwn_phy_lp_set_bbmult() argument 2274 bwn_tab_write(mac, BWN_TAB_2(0, 87), (uint16_t)bbmult << 8); in bwn_phy_lp_set_bbmult()
|