Home
last modified time | relevance | path

Searched refs:ofdm (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/drivers/net/wireless/b43/
Dppr.c137 rates->ofdm[i] = maxpwr - off; in b43_ppr_load_max_from_sprom()
141 rates->mcs_20[0] = rates->ofdm[0]; in b43_ppr_load_max_from_sprom()
142 rates->mcs_20[1] = rates->ofdm[2]; in b43_ppr_load_max_from_sprom()
143 rates->mcs_20[2] = rates->ofdm[3]; in b43_ppr_load_max_from_sprom()
144 rates->mcs_20[3] = rates->ofdm[4]; in b43_ppr_load_max_from_sprom()
145 rates->mcs_20[4] = rates->ofdm[5]; in b43_ppr_load_max_from_sprom()
146 rates->mcs_20[5] = rates->ofdm[6]; in b43_ppr_load_max_from_sprom()
147 rates->mcs_20[6] = rates->ofdm[7]; in b43_ppr_load_max_from_sprom()
148 rates->mcs_20[7] = rates->ofdm[7]; in b43_ppr_load_max_from_sprom()
Dppr.h16 u8 ofdm[B43_PPR_OFDM_RATES_NUM]; member
Dmain.h87 void b43_dummy_transmission(struct b43_wldev *dev, bool ofdm, bool pa_on);
Dxmit.c577 u8 in_rssi, int ofdm, in b43_rssi_postprocess() argument
586 if (ofdm) { in b43_rssi_postprocess()
Dmain.c745 void b43_dummy_transmission(struct b43_wldev *dev, bool ofdm, bool pa_on) in b43_dummy_transmission() argument
758 if (ofdm) { in b43_dummy_transmission()
776 value = (ofdm ? 0x41 : 0x40); in b43_dummy_transmission()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945-debug.c62 struct iwl39_stats_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in il3945_ucode_rx_stats_read() local
81 ofdm = &il->_3945.stats.rx.ofdm; in il3945_ucode_rx_stats_read()
84 accum_ofdm = &il->_3945.accum_stats.rx.ofdm; in il3945_ucode_rx_stats_read()
87 delta_ofdm = &il->_3945.delta_stats.rx.ofdm; in il3945_ucode_rx_stats_read()
90 max_ofdm = &il->_3945.max_delta.rx.ofdm; in il3945_ucode_rx_stats_read()
103 le32_to_cpu(ofdm->ina_cnt), accum_ofdm->ina_cnt, in il3945_ucode_rx_stats_read()
108 le32_to_cpu(ofdm->fina_cnt), accum_ofdm->fina_cnt, in il3945_ucode_rx_stats_read()
113 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err, in il3945_ucode_rx_stats_read()
118 le32_to_cpu(ofdm->crc32_err), accum_ofdm->crc32_err, in il3945_ucode_rx_stats_read()
123 le32_to_cpu(ofdm->overrun_err), accum_ofdm->overrun_err, in il3945_ucode_rx_stats_read()
[all …]
D4965-debug.c70 struct stats_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in il4965_ucode_rx_stats_read() local
90 ofdm = &il->_4965.stats.rx.ofdm; in il4965_ucode_rx_stats_read()
94 accum_ofdm = &il->_4965.accum_stats.rx.ofdm; in il4965_ucode_rx_stats_read()
98 delta_ofdm = &il->_4965.delta_stats.rx.ofdm; in il4965_ucode_rx_stats_read()
102 max_ofdm = &il->_4965.max_delta.rx.ofdm; in il4965_ucode_rx_stats_read()
113 le32_to_cpu(ofdm->ina_cnt), accum_ofdm->ina_cnt, in il4965_ucode_rx_stats_read()
117 le32_to_cpu(ofdm->fina_cnt), accum_ofdm->fina_cnt, in il4965_ucode_rx_stats_read()
121 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err, in il4965_ucode_rx_stats_read()
125 le32_to_cpu(ofdm->crc32_err), accum_ofdm->crc32_err, in il4965_ucode_rx_stats_read()
129 le32_to_cpu(ofdm->overrun_err), accum_ofdm->overrun_err, in il4965_ucode_rx_stats_read()
[all …]
D4965-calib.c495 struct stats_rx_phy *ofdm, *cck; in il4965_sensitivity_calibration() local
512 ofdm = &(((struct il_notif_stats *)resp)->rx.ofdm); in il4965_sensitivity_calibration()
524 fa_ofdm = le32_to_cpu(ofdm->false_alarm_cnt); in il4965_sensitivity_calibration()
526 bad_plcp_ofdm = le32_to_cpu(ofdm->plcp_err); in il4965_sensitivity_calibration()
Dcommands.h2184 __le32 ofdm[NUM_ELEMENTS_IN_HISTOGRAM]; /* in 0.8usec counts */ member
2190 __le32 ofdm; member
2736 struct iwl39_stats_rx_phy ofdm; member
2849 struct stats_rx_phy ofdm; member
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_rf6052.c187 u32 ofdm, mcs; in getPowerBase() local
195 ofdm = powerlevel[i] + Legacy_pwrdiff; in getPowerBase()
197 ofdm = ofdm << 24 | ofdm << 16 | ofdm << 8 | ofdm; in getPowerBase()
198 *(OfdmBase + i) = ofdm; in getPowerBase()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.c665 struct mvm_statistics_rx_phy *ofdm; in iwl_dbgfs_fw_rx_stats_read() local
676 ofdm = &mvm->rx_stats.ofdm; in iwl_dbgfs_fw_rx_stats_read()
683 PRINT_STATS_LE32(ofdm, ina_cnt); in iwl_dbgfs_fw_rx_stats_read()
684 PRINT_STATS_LE32(ofdm, fina_cnt); in iwl_dbgfs_fw_rx_stats_read()
685 PRINT_STATS_LE32(ofdm, plcp_err); in iwl_dbgfs_fw_rx_stats_read()
686 PRINT_STATS_LE32(ofdm, crc32_err); in iwl_dbgfs_fw_rx_stats_read()
687 PRINT_STATS_LE32(ofdm, overrun_err); in iwl_dbgfs_fw_rx_stats_read()
688 PRINT_STATS_LE32(ofdm, early_overrun_err); in iwl_dbgfs_fw_rx_stats_read()
689 PRINT_STATS_LE32(ofdm, crc32_good); in iwl_dbgfs_fw_rx_stats_read()
690 PRINT_STATS_LE32(ofdm, false_alarm_cnt); in iwl_dbgfs_fw_rx_stats_read()
[all …]
Dmac-ctxt.c542 u8 ofdm = 0; in iwl_mvm_ack_rates() local
550 ofdm |= BIT(hw - IWL_FIRST_OFDM_RATE); in iwl_mvm_ack_rates()
586 ofdm |= IWL_RATE_BIT_MSK(24) >> IWL_FIRST_OFDM_RATE; in iwl_mvm_ack_rates()
588 ofdm |= IWL_RATE_BIT_MSK(12) >> IWL_FIRST_OFDM_RATE; in iwl_mvm_ack_rates()
590 ofdm |= IWL_RATE_BIT_MSK(6) >> IWL_FIRST_OFDM_RATE; in iwl_mvm_ack_rates()
615 *ofdm_rates = ofdm; in iwl_mvm_ack_rates()
Dfw-api-stats.h256 struct mvm_statistics_rx_phy ofdm; member
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Ddebugfs.c119 rp->ofdm[i].raw, rp->ofdm[i].bw20, rp->ofdm[i].bw40); in mt7601u_eeprom_param_read()
Deeprom.c303 mt7601u_set_power_rate(&t->ofdm[0], delta, (val >> 16) & 0xff); in mt7601u_save_power_rate()
304 mt7601u_set_power_rate(&t->ofdm[1], delta, (val >> 24) & 0xff); in mt7601u_save_power_rate()
307 mt7601u_set_power_rate(&t->ofdm[2], delta, (val >> 0) & 0xff); in mt7601u_save_power_rate()
308 mt7601u_set_power_rate(&t->ofdm[3], delta, (val >> 8) & 0xff); in mt7601u_save_power_rate()
Deeprom.h92 struct power_per_rate ofdm[4]; member
Dphy.c435 mt7601u_wr(dev, MT_TX_PWR_CFG_0, int_to_s6(t->ofdm[1].bw20) << 24 | in __mt7601u_phy_set_channel()
436 int_to_s6(t->ofdm[0].bw20) << 16 | in __mt7601u_phy_set_channel()
832 rate_table = dev->ee->power_rate_table.ofdm; in mt7601u_tssi_params_get()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.c1221 switch (p->u.ofdm.bandwidth) { in dtv_property_cache_sync()
1244 c->code_rate_HP = p->u.ofdm.code_rate_HP; in dtv_property_cache_sync()
1245 c->code_rate_LP = p->u.ofdm.code_rate_LP; in dtv_property_cache_sync()
1246 c->modulation = p->u.ofdm.constellation; in dtv_property_cache_sync()
1247 c->transmission_mode = p->u.ofdm.transmission_mode; in dtv_property_cache_sync()
1248 c->guard_interval = p->u.ofdm.guard_interval; in dtv_property_cache_sync()
1249 c->hierarchy = p->u.ofdm.hierarchy_information; in dtv_property_cache_sync()
1303 p->u.ofdm.bandwidth = BANDWIDTH_10_MHZ; in dtv_property_legacy_params_sync()
1306 p->u.ofdm.bandwidth = BANDWIDTH_8_MHZ; in dtv_property_legacy_params_sync()
1309 p->u.ofdm.bandwidth = BANDWIDTH_7_MHZ; in dtv_property_legacy_params_sync()
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c722 struct statistics_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in iwl_dbgfs_ucode_rx_stats_read() local
741 ofdm = &priv->statistics.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
763 le32_to_cpu(ofdm->ina_cnt), in iwl_dbgfs_ucode_rx_stats_read()
768 le32_to_cpu(ofdm->fina_cnt), accum_ofdm->fina_cnt, in iwl_dbgfs_ucode_rx_stats_read()
772 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err, in iwl_dbgfs_ucode_rx_stats_read()
776 le32_to_cpu(ofdm->crc32_err), accum_ofdm->crc32_err, in iwl_dbgfs_ucode_rx_stats_read()
780 le32_to_cpu(ofdm->overrun_err), in iwl_dbgfs_ucode_rx_stats_read()
785 le32_to_cpu(ofdm->early_overrun_err), in iwl_dbgfs_ucode_rx_stats_read()
791 le32_to_cpu(ofdm->crc32_good), in iwl_dbgfs_ucode_rx_stats_read()
796 le32_to_cpu(ofdm->false_alarm_cnt), in iwl_dbgfs_ucode_rx_stats_read()
[all …]
Drxon.c945 u8 ofdm = 0; in iwl_calc_basic_rates() local
957 ofdm |= BIT(hw - IWL_FIRST_OFDM_RATE); in iwl_calc_basic_rates()
994 ofdm |= IWL_RATE_24M_MASK >> IWL_FIRST_OFDM_RATE; in iwl_calc_basic_rates()
996 ofdm |= IWL_RATE_12M_MASK >> IWL_FIRST_OFDM_RATE; in iwl_calc_basic_rates()
998 ofdm |= IWL_RATE_6M_MASK >> IWL_FIRST_OFDM_RATE; in iwl_calc_basic_rates()
1023 cck, ofdm); in iwl_calc_basic_rates()
1027 ctx->staging.ofdm_basic_rates = ofdm; in iwl_calc_basic_rates()
Dcalib.c662 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration() local
677 ofdm = &priv->statistics.rx_ofdm; in iwl_sensitivity_calibration()
688 fa_ofdm = le32_to_cpu(ofdm->false_alarm_cnt); in iwl_sensitivity_calibration()
690 bad_plcp_ofdm = le32_to_cpu(ofdm->plcp_err); in iwl_sensitivity_calibration()
Dcommands.h2069 __le32 ofdm[NUM_ELEMENTS_IN_HISTOGRAM]; /* in 0.8usec counts */ member
2075 __le32 ofdm; member
2622 struct statistics_rx_phy ofdm; member
2629 struct statistics_rx_phy ofdm; member
Drx.c466 rx_ofdm = &stats->rx.ofdm; in iwlagn_rx_statistics()
484 rx_ofdm = &stats->rx.ofdm; in iwlagn_rx_statistics()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c241 txpwr->ofdm[j] = min(txpwr->ofdm[j], local_constraint_qdbm); in brcms_c_channel_min_txpower_limits_with_local_constraint()
444 txpwr->ofdm[i] = (u8) maxpwr; in brcms_c_channel_reg_limits()
484 txpwr->mcs_20_siso[i] = txpwr->ofdm[i]; in brcms_c_channel_reg_limits()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h155 u16 ofdm[8]; member
Dr819xU_cmdpkt.c467 priv->stats.txrate.ofdm[i] += ptxrate->ofdm[i]; in cmpk_handle_tx_rate_history()
Dr8192U.h532 u32 ofdm[8]; member
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c1493 u8 cck[RTL8723A_MAX_RF_PATHS], ofdm[RTL8723A_MAX_RF_PATHS]; in rtl8723a_set_tx_power() local
1504 ofdm[0] = priv->ht40_1s_tx_power_index_A[group]; in rtl8723a_set_tx_power()
1505 ofdm[1] = priv->ht40_1s_tx_power_index_B[group]; in rtl8723a_set_tx_power()
1507 ofdmbase[0] = ofdm[0] + priv->ofdm_tx_power_index_diff[group].a; in rtl8723a_set_tx_power()
1508 ofdmbase[1] = ofdm[1] + priv->ofdm_tx_power_index_diff[group].b; in rtl8723a_set_tx_power()
1510 mcsbase[0] = ofdm[0]; in rtl8723a_set_tx_power()
1511 mcsbase[1] = ofdm[1]; in rtl8723a_set_tx_power()
1518 if (ofdm[0] > priv->ht40_2s_tx_power_index_diff[group].a) in rtl8723a_set_tx_power()
1519 ofdm[0] -= priv->ht40_2s_tx_power_index_diff[group].a; in rtl8723a_set_tx_power()
1520 if (ofdm[1] > priv->ht40_2s_tx_power_index_diff[group].b) in rtl8723a_set_tx_power()
[all …]
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dxmit.c371 u8 in_rssi, int ofdm, in b43legacy_rssi_postprocess() argument
379 if (ofdm) { in b43legacy_rssi_postprocess()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c993 void wlc_phy_do_dummy_tx(struct brcms_phy *pi, bool ofdm, bool pa_on) in wlc_phy_do_dummy_tx() argument
1008 dummypkt = (u32 *) (ofdm ? ofdmpkt : cckpkt); in wlc_phy_do_dummy_tx()
1020 (ofdm ? 1 : 0) | PHY_TXC_ANT_0); in wlc_phy_do_dummy_tx()
1048 count = ofdm ? 30 : 250; in wlc_phy_do_dummy_tx()
1332 &txpwr->ofdm[0], BRCMS_NUM_RATES_OFDM); in wlc_phy_txpower_target_set()
1670 pi->txpwr_limit[rate1] = txpwr->ofdm[rate2]; in wlc_phy_txpower_reg_limit_calc()
1679 txpwr_ptr2 = txpwr->ofdm; in wlc_phy_txpower_reg_limit_calc()
1724 txpwr_ptr1 = txpwr->ofdm; in wlc_phy_txpower_reg_limit_calc()
1871 pi->txpwr_limit[i] = txpwr->ofdm[j]; in wlc_phy_txpower_limit_set()
Dphy_hal.h111 u8 ofdm[BRCMS_NUM_RATES_OFDM]; member
Dphy_int.h956 void wlc_phy_do_dummy_tx(struct brcms_phy *pi, bool ofdm, bool pa_on);
/linux-4.4.14/include/uapi/linux/dvb/
Dfrontend.h555 struct dvb_ofdm_parameters ofdm; /* DVB-T */ member