Searched refs:LOCATION_BW_POS (Results 1 – 3 of 3) sorted by relevance
109 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()113 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()117 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()122 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()
391 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()395 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()399 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()403 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
554 #define LOCATION_BW_POS 4 macro