Searched refs:ts_10ns (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-sync.c | 65 u64 ts_10ns; in iwl_mvm_time_sync_msmt_event() local 76 ts_10ns = iwl_mvm_get_64_bit(notif->t2_hi, notif->t2_lo); in iwl_mvm_time_sync_msmt_event() 77 adj_time = iwl_mvm_ptp_get_adj_time(mvm, ts_10ns * 10); in iwl_mvm_time_sync_msmt_event() 81 ts_10ns = iwl_mvm_get_64_bit(notif->t3_hi, notif->t3_lo); in iwl_mvm_time_sync_msmt_event() 82 adj_time = iwl_mvm_ptp_get_adj_time(mvm, ts_10ns * 10); in iwl_mvm_time_sync_msmt_event() 100 u64 ts_10ns, adj_time; in iwl_mvm_time_sync_msmt_confirm_event() local 111 ts_10ns = iwl_mvm_get_64_bit(notif->t1_hi, notif->t1_lo); in iwl_mvm_time_sync_msmt_confirm_event() 112 adj_time = iwl_mvm_ptp_get_adj_time(mvm, ts_10ns * 10); in iwl_mvm_time_sync_msmt_confirm_event() 116 ts_10ns = iwl_mvm_get_64_bit(notif->t4_hi, notif->t4_lo); in iwl_mvm_time_sync_msmt_confirm_event() 117 adj_time = iwl_mvm_ptp_get_adj_time(mvm, ts_10ns * 10); in iwl_mvm_time_sync_msmt_confirm_event()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | time_sync.c | 178 u64 ts_10ns; in iwl_mld_handle_time_msmt_notif() local 188 ts_10ns = iwl_mld_get_64_bit(notif->t2_hi, notif->t2_lo); in iwl_mld_handle_time_msmt_notif() 189 adj_time = iwl_mld_ptp_get_adj_time(mld, ts_10ns * 10); in iwl_mld_handle_time_msmt_notif() 193 ts_10ns = iwl_mld_get_64_bit(notif->t3_hi, notif->t3_lo); in iwl_mld_handle_time_msmt_notif() 194 adj_time = iwl_mld_ptp_get_adj_time(mld, ts_10ns * 10); in iwl_mld_handle_time_msmt_notif() 213 u64 ts_10ns, adj_time; in iwl_mld_handle_time_sync_confirm_notif() local 224 ts_10ns = iwl_mld_get_64_bit(notif->t1_hi, notif->t1_lo); in iwl_mld_handle_time_sync_confirm_notif() 225 adj_time = iwl_mld_ptp_get_adj_time(mld, ts_10ns * 10); in iwl_mld_handle_time_sync_confirm_notif() 229 ts_10ns = iwl_mld_get_64_bit(notif->t4_hi, notif->t4_lo); in iwl_mld_handle_time_sync_confirm_notif() 230 adj_time = iwl_mld_ptp_get_adj_time(mld, ts_10ns * 10); in iwl_mld_handle_time_sync_confirm_notif()
|