Searched refs:feedthrough (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c1917 uint16_t feedthrough; local
1956 feedthrough = BWN_PHY_READ(mac, BWN_PHY_LO_LEAKAGE);
1958 return (feedthrough);
2060 int feedthrough; local
2070 feedthrough = bwn_lo_calcfeed(mac, 0, pga,
2072 if (feedthrough < min_feedth) {
2075 min_feedth = feedthrough;

Completed in 40 milliseconds