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.c243 int i, div = 1000000; in cfg80211_wext_freq() local
245 div /= 10; in cfg80211_wext_freq()
246 if (div <= 0) in cfg80211_wext_freq()
248 return freq->m / div; in cfg80211_wext_freq()
/net/packet/
Daf_packet.c541 unsigned int mbits, div; in prb_calc_retire_blk_tmo() local
563 div = ecmd.base.speed / 1000; in prb_calc_retire_blk_tmo()
566 if (div) in prb_calc_retire_blk_tmo()
567 mbits /= div; in prb_calc_retire_blk_tmo()
569 if (div) in prb_calc_retire_blk_tmo()