Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_util.c81 bwn_sqrt(struct bwn_mac *mac, unsigned int x) in bwn_sqrt() function
H A Dif_bwn_util.h62 extern unsigned int bwn_sqrt(struct bwn_mac *mac, unsigned int x);
H A Dif_bwn_phy_lp.c2417 tmp[1] = -bwn_sqrt(mac, tmp[1] - (tmp[0] * tmp[0])); in bwn_phy_lp_calc_rx_iq_comp()
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c4733 b = bwn_sqrt(mac, b / tmp - a * a) - (1 << 10); in bwn_nphy_calc_rx_iq_comp()