Lines Matching refs:htole16

2233 	if (val & htole16(IWN_EEPROM_SKU_CAP_11N))
3150 if (stat->flags & htole16(IWN_STAT_FLAG_SHPREAMBLE))
4390 *w = htole16(len + 8);
4408 *w = htole16(id << 12 | (len + 8));
4426 *w = (*w & htole16(0xf000)) | htole16(1);
4710 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT);
4735 tx->timeout = htole16(3);
4737 tx->timeout = htole16(2);
4739 tx->timeout = htole16(0);
4830 tx->timeout = htole16(3);
4832 tx->timeout = htole16(2);
4834 tx->timeout = htole16(0);
4888 tx->len = htole16(totlen);
4955 desc->segs[0].len = htole16(IWN_HIADDR(data->cmd_paddr) |
4961 desc->segs[i].len = htole16(IWN_HIADDR(seg->ds_addr) |
5295 desc->segs[0].len = htole16(IWN_HIADDR(paddr) | totlen << 4);
5369 linkq.ampdu_limit = htole16(4000); /* 4ms */
5492 linkq.ampdu_limit = htole16(4000); /* 4ms */
5531 cmd.ac[aci].cwmin = htole16(IWN_EXP2(ac->wmep_logcwmin));
5532 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));
5534 htole16(IEEE80211_TXOP_TO_US(ac->wmep_txopLimit));
5650 cmd.bintval = htole16(ni->ni_intval);
5651 cmd.lintval = htole16(10);
6072 sc->rxon->rxchain = htole16(IWN_RXCHAIN_SEL(sc->chainmask));
6355 cmd.corr_ofdm_x1 = htole16(calib->ofdm_x1);
6356 cmd.corr_ofdm_mrc_x1 = htole16(calib->ofdm_mrc_x1);
6357 cmd.corr_ofdm_x4 = htole16(calib->ofdm_x4);
6358 cmd.corr_ofdm_mrc_x4 = htole16(calib->ofdm_mrc_x4);
6359 cmd.energy_ofdm = htole16(sc->limits->energy_ofdm);
6360 cmd.energy_ofdm_th = htole16(62);
6362 cmd.corr_cck_x4 = htole16(calib->cck_x4);
6363 cmd.corr_cck_mrc_x4 = htole16(calib->cck_mrc_x4);
6364 cmd.energy_cck = htole16(calib->energy_cck);
6366 cmd.corr_barker = htole16(190);
6367 cmd.corr_barker_mrc = htole16(sc->limits->barker_mrc);
6379 cmd.ofdm_det_slope_mrc = htole16(668);
6380 cmd.ofdm_det_icept_mrc = htole16(4);
6381 cmd.ofdm_det_slope = htole16(486);
6382 cmd.ofdm_det_icept = htole16(37);
6383 cmd.cck_det_slope_mrc = htole16(853);
6384 cmd.cck_det_icept_mrc = htole16(4);
6385 cmd.cck_det_slope = htole16(476);
6386 cmd.cck_det_icept = htole16(99);
6501 cmd.flags |= htole16(IWN_PS_ALLOW_SLEEP);
6503 cmd.flags |= htole16(IWN_PS_FAST_PD);
6507 cmd.flags |= htole16(IWN_PS_PCI_PMGT);
6517 cmd.flags |= htole16(IWN_PS_SLEEP_OVER_DTIM);
6592 btconfig2k.valid = htole16(0xff);
6612 btconfig.valid = htole16(0xff);
6917 sc->rxon->rxchain = htole16(rxchain);
7068 hdr->quiet_time = htole16(10); /* timeout in milliseconds */
7069 hdr->quiet_threshold = htole16(1); /* min # of packets */
7098 hdr->rxchain = htole16(rxchain);
7177 tx->len = htole16(frm - (uint8_t *)wh);
7215 chan->chan = htole16(ieee80211_chan2ieee(ic, c));
7241 chan->active = htole16(dwell_active);
7242 chan->passive = htole16(dwell_passive);
7260 hdr->len = htole16(buflen);
7356 sc->rxon->associd = htole16(IEEE80211_AID(ni->ni_associd));
7475 node.addba_ssn = htole16(ssn);
7600 node.disable_tid = htole16(wn->disable_tid);
7886 cmd.offset = htole16(sc->eeprom_temp);
7888 cmd.offset = htole16(IWN_DEFAULT_TEMP_OFFSET);
7904 cmd.offset_low = htole16(sc->eeprom_temp);
7905 cmd.offset_high = htole16(sc->eeprom_temp_high);
7907 cmd.offset_low = htole16(IWN_DEFAULT_TEMP_OFFSET);
7908 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET);
7910 cmd.burnt_voltage_ref = htole16(sc->eeprom_voltage);
8384 if (tlv->alt != 0 && tlv->alt != htole16(alt))