Searched refs:LOCATION_BW_POS (Results 1 – 3 of 3) sorted by relevance
58 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()62 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()66 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()71 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()77 *format_bw |= IWL_LOCATION_BW_160MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()
366 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()370 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()374 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()378 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()387 *format_bw |= IWL_LOCATION_BW_160MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
700 #define LOCATION_BW_POS 4 macro