Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dtables_lpphy.c1083 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, },
1084 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, },
1085 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, },
1086 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, },
1087 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, },
1088 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, },
1089 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, },
1090 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, },
1091 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, },
1092 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 117, },
[all …]
Dtables_lpphy.h33 u8 gm, pga, pad, dac, bb_mult; member
Dtables_phy_lcn.c35 u8 bb_mult; member
655 (gain_table[i].bb_mult << 20)); in b43_phy_lcn_load_tx_gain_tab()
Dphy_lp.c723 static void lpphy_set_bb_mult(struct b43_wldev *dev, u8 bb_mult) in lpphy_set_bb_mult() argument
725 b43_lptab_write(dev, B43_LPTAB16(0, 87), (u16)bb_mult << 8); in lpphy_set_bb_mult()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphytbl_lcn.h47 unsigned char bb_mult; member
Dphy_lcn.c3207 u8 bb_mult; in wlc_lcnphy_set_tx_pwr_by_index() local
3237 bb_mult = (u8) ((bbmultiqcomp >> 20) & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
3238 wlc_lcnphy_set_bbmult(pi, bb_mult); in wlc_lcnphy_set_tx_pwr_by_index()
4391 val = (gain_table[j].dac << 28) | (gain_table[j].bb_mult << 20); in wlc_lcnphy_load_tx_gain_table()
Dphy_n.c23108 u16 bb_mult; in wlc_phy_runsamples_nphy() local
23151 &bb_mult); in wlc_phy_runsamples_nphy()
23153 BB_MULT_VALID_MASK | (bb_mult & BB_MULT_MASK); in wlc_phy_runsamples_nphy()
23157 bb_mult = (phy_bw == 20) ? 100 : 71; in wlc_phy_runsamples_nphy()
23158 bb_mult = (bb_mult << 8) + bb_mult; in wlc_phy_runsamples_nphy()
23160 &bb_mult); in wlc_phy_runsamples_nphy()
23215 u16 bb_mult; in wlc_phy_stopplayback_nphy() local
23231 bb_mult = pi->nphy_bb_mult_save & BB_MULT_MASK; in wlc_phy_stopplayback_nphy()
23233 &bb_mult); in wlc_phy_stopplayback_nphy()