Searched refs:base_time_ns (Results 1 – 2 of 2) sorted by relevance
47 u64 iwl_mvm_ptp_get_adj_time(struct iwl_mvm *mvm, u64 base_time_ns) in iwl_mvm_ptp_get_adj_time() argument55 div64_u64(base_time_ns, NSEC_PER_USEC)); in iwl_mvm_ptp_get_adj_time()58 (unsigned long long)base_time_ns, data->wrap_counter); in iwl_mvm_ptp_get_adj_time()60 base_time_ns = base_time_ns + in iwl_mvm_ptp_get_adj_time()66 if (base_time_ns < last_gp2_ns) { in iwl_mvm_ptp_get_adj_time()71 diff = base_time_ns - last_gp2_ns; in iwl_mvm_ptp_get_adj_time()81 (unsigned long long)base_time_ns, (long long)data->delta, in iwl_mvm_ptp_get_adj_time()
43 u64 iwl_mld_ptp_get_adj_time(struct iwl_mld *mld, u64 base_time_ns);