Home
last modified time | relevance | path

Searched refs:div (Results 1 – 3 of 3) sorted by relevance

/net/mac80211/
Drc80211_minstrel_ht.h17 #define MINSTREL_FRAC(val, div) (((val) << MINSTREL_SCALE) / div) argument
/net/wireless/
Dwext-compat.c246 int i, div = 1000000; in cfg80211_wext_freq() local
248 div /= 10; in cfg80211_wext_freq()
249 if (div <= 0) in cfg80211_wext_freq()
251 return freq->m / div; in cfg80211_wext_freq()
/net/packet/
Daf_packet.c629 unsigned int mbits, div; in prb_calc_retire_blk_tmo() local
651 div = ecmd.base.speed / 1000; in prb_calc_retire_blk_tmo()
654 if (div) in prb_calc_retire_blk_tmo()
655 mbits /= div; in prb_calc_retire_blk_tmo()
657 if (div) in prb_calc_retire_blk_tmo()