Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-initiator.c1136 u32 gp2_ts = le32_to_cpu(fw_gp2_ts); in iwl_mvm_ftm_get_host_time() local
1143 if (curr_gp2 >= gp2_ts) in iwl_mvm_ftm_get_host_time()
1144 diff = curr_gp2 - gp2_ts; in iwl_mvm_ftm_get_host_time()
1146 diff = curr_gp2 + (U32_MAX - gp2_ts + 1); in iwl_mvm_ftm_get_host_time()