Home
last modified time | relevance | path

Searched refs:bb_mult (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphytbl_lcn.h36 unsigned char bb_mult; member
H A Dphy_lcn.c3134 u8 bb_mult; in wlc_lcnphy_set_tx_pwr_by_index() local
3164 bb_mult = (u8) ((bbmultiqcomp >> 20) & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
3165 wlc_lcnphy_set_bbmult(pi, bb_mult); in wlc_lcnphy_set_tx_pwr_by_index()
4307 val = (gain_table[j].dac << 28) | (gain_table[j].bb_mult << 20); in wlc_lcnphy_load_tx_gain_table()
H A Dphy_n.c23083 u16 bb_mult; in wlc_phy_runsamples_nphy() local
23117 &bb_mult); in wlc_phy_runsamples_nphy()
23119 BB_MULT_VALID_MASK | (bb_mult & BB_MULT_MASK); in wlc_phy_runsamples_nphy()
23123 bb_mult = (phy_bw == 20) ? 100 : 71; in wlc_phy_runsamples_nphy()
23124 bb_mult = (bb_mult << 8) + bb_mult; in wlc_phy_runsamples_nphy()
23126 &bb_mult); in wlc_phy_runsamples_nphy()
23181 u16 bb_mult; in wlc_phy_stopplayback_nphy() local
23197 bb_mult = pi->nphy_bb_mult_save & BB_MULT_MASK; in wlc_phy_stopplayback_nphy()
23199 &bb_mult); in wlc_phy_stopplayback_nphy()