Searched refs:fbin (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Deeprom.c19 static inline u16 ath9k_hw_fbin2freq(u8 fbin, bool is2GHz) argument
21 if (fbin == AR5416_BCHAN_UNUSED)
22 return fbin;
24 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
H A Dar9003_eeprom.c127 * channels in usual fbin coding format
332 /* spurChans spur channels in usual fbin coding format */
631 static u16 ath9k_hw_fbin2freq(u8 fbin, bool is2GHz) argument
633 if (fbin == AR9300_BCHAN_UNUSED)
634 return fbin;
636 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpmain.c2817 fbin2freq(u8_t fbin, u8_t is2GHz) argument
2821 * an fbin and as a frequency - do not convert
2823 if (fbin == AR5416_BCHAN_UNUSED) {
2824 return fbin;
2827 return (u32_t)((is2GHz==1) ? (2300 + fbin) : (4800 + 5 * fbin));
2973 u8_t fbin; local
3052 fbin = (u8_t)(frequency - 2300);
3053 index = zfFindFreqIndex(fbin, eepromImage->calFreqPier2G, max2gIndex);
3074 chain0pwrPdg0[i] = zfInterpolateFuncX(fbin,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dmakefile.wc73 nasm -fbin -dDEBUG -o $(TEMPBIN) -lmsdos\pkt_rx1.lst msdos\pkt_rx1.S

Completed in 99 milliseconds