Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dtables_lpphy.c1070 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, },
1071 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, },
1072 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, },
1073 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, },
1074 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, },
1075 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, },
1076 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, },
1077 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, },
1078 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, },
1079 { .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.c22 u8 bb_mult; member
642 (gain_table[i].bb_mult << 20)); in b43_phy_lcn_load_tx_gain_tab()
Dphy_lp.c711 static void lpphy_set_bb_mult(struct b43_wldev *dev, u8 bb_mult) in lpphy_set_bb_mult() argument
713 b43_lptab_write(dev, B43_LPTAB16(0, 87), (u16)bb_mult << 8); in lpphy_set_bb_mult()
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphytbl_lcn.h36 unsigned char bb_mult; member
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()
Dphy_n.c23092 u16 bb_mult; in wlc_phy_runsamples_nphy() local
23126 &bb_mult); in wlc_phy_runsamples_nphy()
23128 BB_MULT_VALID_MASK | (bb_mult & BB_MULT_MASK); in wlc_phy_runsamples_nphy()
23132 bb_mult = (phy_bw == 20) ? 100 : 71; in wlc_phy_runsamples_nphy()
23133 bb_mult = (bb_mult << 8) + bb_mult; in wlc_phy_runsamples_nphy()
23135 &bb_mult); in wlc_phy_runsamples_nphy()
23190 u16 bb_mult; in wlc_phy_stopplayback_nphy() local
23206 bb_mult = pi->nphy_bb_mult_save & BB_MULT_MASK; in wlc_phy_stopplayback_nphy()
23208 &bb_mult); in wlc_phy_stopplayback_nphy()