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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c2920 if (unlikely(max_pwr >= INT_TO_Q52(30/*dBm*/))) {
2923 max_pwr = INT_TO_Q52(20); /* fake it */
2929 desired_pwr = INT_TO_Q52(0);
2931 desired_pwr = INT_TO_Q52(phy->desired_txpower);
H A Db43.h1118 #define INT_TO_Q52(i) ((i) << 2) macro
H A Dphy_n.c5849 max = INT_TO_Q52(phy->chandef->chan->max_power);
5851 max = min_t(u8, max, INT_TO_Q52(phy->desired_txpower));
5869 b43_ppr_apply_min(dev, ppr, INT_TO_Q52(8));

Completed in 147 milliseconds