Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-initiator.c855 u32 gp2_ts = le32_to_cpu(fw_gp2_ts); in iwl_mvm_ftm_get_host_time() local
861 if (curr_gp2 >= gp2_ts) in iwl_mvm_ftm_get_host_time()
862 diff = curr_gp2 - gp2_ts; in iwl_mvm_ftm_get_host_time()
864 diff = curr_gp2 + (U32_MAX - gp2_ts + 1); in iwl_mvm_ftm_get_host_time()