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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c681 u8 chansel; local
700 chansel = (freq - 4800) / 5;
702 chansel = ((freq - 4800) / 10) * 2;
706 chansel = byte_rev_table[chansel];
709 chansel = 10 + (freq - 2274) / 5;
712 chansel = 16 + (freq - 2272) / 5;
713 chansel *= 4;
714 chansel = byte_rev_table[chansel];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpmain.c833 u32_t chansel = 0; local
837 chansel |= ((chan_sel>>(7-i) & 0x1) << i);
838 return chansel;
890 u8_t chansel; local
931 chansel = (u8_t)reverse_bits(chan_sel);
938 chansel = (u8_t)reverse_bits(chan_sel);
958 chansel = (u8_t)reverse_bits(chan_sel);
961 d1 = chansel; //# 8 bits of chan

Completed in 76 milliseconds