Searched refs:INT_TO_Q52 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c6040 max = INT_TO_Q52(bwn_get_chan_power(mac, channel));
6043 max = min(max, INT_TO_Q52(phy->txpower));
6061 bwn_ppr_apply_min(mac, ppr, INT_TO_Q52(8));
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_util.h59 #define INT_TO_Q52(i) ((i) << 2) macro

Completed in 87 milliseconds