Lines Matching refs:u16
272 u16 length;
273 u16 checksum;
274 u16 version;
277 u16 regDmn[2];
281 u16 rfSilent;
282 u16 blueToothOptions;
283 u16 deviceCap;
302 u16 length;
303 u16 checksum;
304 u16 version;
307 u16 regDmn[2];
311 u16 rfSilent;
312 u16 blueToothOptions;
313 u16 deviceCap;
321 u16 spurChan;
363 u16 xpaBiasLvlFreq[3];
442 u16 length;
443 u16 checksum;
444 u16 version;
447 u16 regDmn[2];
451 u16 rfSilent;
452 u16 blueToothOptions;
453 u16 deviceCap;
634 u16 countryCode;
635 u16 regDmnEnum;
636 u16 regDmn5G;
637 u16 regDmn2G;
653 u16 cfgCtl, u8 twiceAntennaReduction,
655 u16 (*get_spur_channel)(struct ath_hw *ah, u16 i, bool is2GHz);
661 int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight,
664 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
665 u16 *indexL, u16 *indexR);
666 bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, u16 *data);
667 void ath9k_hw_usb_gen_fill_eeprom(struct ath_hw *ah, u16 *eep_data,
670 u8 *pVpdList, u16 numIntercepts,
675 u16 numChannels,
677 u16 numRates, bool isExtTarget);
681 u16 numChannels,
683 u16 numRates, bool isHt40Target);
684 u16 ath9k_hw_get_max_edge_power(u16 freq, struct cal_ctl_edges *pRdEdgesPower,
686 u16 ath9k_hw_get_scaled_power(struct ath_hw *ah, u16 power_limit,
694 u8 *bChans, u16 availPiers,
695 u16 tPdGainOverlap,
696 u16 *pPdGainBoundaries, u8 *pPDADCValues,
697 u16 numXpdGains);
699 static inline u16 ath9k_hw_fbin2freq(u8 fbin, bool is2GHz) in ath9k_hw_fbin2freq()
704 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin)); in ath9k_hw_fbin2freq()