Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1181 s16 iq_nbits, qq_nbits, arsh, brsh; in wlc_lcnphy_calc_rx_iq_comp() local
1223 brsh = qq_nbits - 31 + 20; in wlc_lcnphy_calc_rx_iq_comp()
1224 if (brsh >= 0) { in wlc_lcnphy_calc_rx_iq_comp()
1226 temp = (s32) (ii >> brsh); in wlc_lcnphy_calc_rx_iq_comp()
1231 temp = (s32) (ii << -brsh); in wlc_lcnphy_calc_rx_iq_comp()
H A Dphy_n.c26082 s16 iq_nbits, qq_nbits, brsh, arsh; in wlc_phy_calc_rx_iq_comp_nphy() local
26140 brsh = qq_nbits - 31 + 20; in wlc_phy_calc_rx_iq_comp_nphy()
26141 if (brsh >= 0) { in wlc_phy_calc_rx_iq_comp_nphy()
26143 temp = (s32) (ii >> brsh); in wlc_phy_calc_rx_iq_comp_nphy()
26150 temp = (s32) (ii << -brsh); in wlc_phy_calc_rx_iq_comp_nphy()