Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1178 u16 a0_new, b0_new; in wlc_lcnphy_calc_rx_iq_comp() local
1187 b0_new = ((read_phy_reg(pi, 0x646) & (0x3ff << 0)) >> 0); in wlc_lcnphy_calc_rx_iq_comp()
1240 b0_new = (u16) (b & 0x3ff); in wlc_lcnphy_calc_rx_iq_comp()
1243 wlc_lcnphy_set_rx_iq_comp(pi, a0_new, b0_new); in wlc_lcnphy_calc_rx_iq_comp()
1250 pi_lcn->lcnphy_cal_results.rxiqcal_coeff_b0 = b0_new; in wlc_lcnphy_calc_rx_iq_comp()