Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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.h32 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-4.4.14/drivers/net/wireless/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()
4396 val = (gain_table[j].dac << 28) | (gain_table[j].bb_mult << 20); in wlc_lcnphy_load_tx_gain_table()
Dphy_n.c23194 u16 bb_mult; in wlc_phy_runsamples_nphy() local
23237 &bb_mult); in wlc_phy_runsamples_nphy()
23239 BB_MULT_VALID_MASK | (bb_mult & BB_MULT_MASK); in wlc_phy_runsamples_nphy()
23243 bb_mult = (phy_bw == 20) ? 100 : 71; in wlc_phy_runsamples_nphy()
23244 bb_mult = (bb_mult << 8) + bb_mult; in wlc_phy_runsamples_nphy()
23246 &bb_mult); in wlc_phy_runsamples_nphy()
23301 u16 bb_mult; in wlc_phy_stopplayback_nphy() local
23317 bb_mult = pi->nphy_bb_mult_save & BB_MULT_MASK; in wlc_phy_stopplayback_nphy()
23319 &bb_mult); in wlc_phy_stopplayback_nphy()