Searched refs:LOCATION_BW_POS (Results 1 – 3 of 3) sorted by relevance
55 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()59 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()63 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()68 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()
333 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()337 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()341 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()345 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
636 #define LOCATION_BW_POS 4 macro