Searched refs:auto_corr_ofdm_x1 (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-calib.c317 val = data->auto_corr_ofdm_x1 + AUTO_CORR_STEP_OFDM;
318 data->auto_corr_ofdm_x1 =
340 val = data->auto_corr_ofdm_x1 - AUTO_CORR_STEP_OFDM;
341 data->auto_corr_ofdm_x1 =
364 cpu_to_le16((u16) data->auto_corr_ofdm_x1);
384 data->auto_corr_ofdm_x1, data->auto_corr_ofdm_mrc_x1,
464 data->auto_corr_ofdm_x1 = ranges->auto_corr_min_ofdm_x1;
H A Dcommon.h948 u32 auto_corr_ofdm_x1; member in struct:il_sensitivity_data
H A Ddebug.c941 scnprintf(buf + pos, bufsz - pos, "auto_corr_ofdm_x1:\t\t %u\n",
942 data->auto_corr_ofdm_x1);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcalib.c337 val = data->auto_corr_ofdm_x1 + AUTO_CORR_STEP_OFDM;
338 data->auto_corr_ofdm_x1 =
360 val = data->auto_corr_ofdm_x1 - AUTO_CORR_STEP_OFDM;
361 data->auto_corr_ofdm_x1 =
383 cpu_to_le16((u16)data->auto_corr_ofdm_x1);
406 data->auto_corr_ofdm_x1, data->auto_corr_ofdm_mrc_x1,
573 data->auto_corr_ofdm_x1 = ranges->auto_corr_min_ofdm_x1;
H A Ddebugfs.c1668 pos += scnprintf(buf + pos, bufsz - pos, "auto_corr_ofdm_x1:\t\t %u\n",
1669 data->auto_corr_ofdm_x1);
H A Ddev.h310 u32 auto_corr_ofdm_x1; member in struct:iwl_sensitivity_data

Completed in 230 milliseconds