Searched refs:gp2 (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c23 static void iwl_mvm_ptp_update_new_read(struct iwl_mvm *mvm, u32 gp2) argument
28 if (gp2 < mvm->ptp_data.last_gp2 &&
29 mvm->ptp_data.last_gp2 - gp2 < IWL_PTP_WRAP_THRESHOLD_USEC) {
31 "PTP: ignore old read (gp2=%u, last_gp2=%u)\n",
32 gp2, mvm->ptp_data.last_gp2);
36 if (gp2 < mvm->ptp_data.last_gp2) {
43 mvm->ptp_data.last_gp2 = gp2;
87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) argument
119 *gp2 = div_u64(gp2_10ns, 100);
128 ktime_t *sys_time, u32 *gp2)
127 iwl_mvm_phc_get_crosstimestamp_loop(struct iwl_mvm *mvm, ktime_t *sys_time, u32 *gp2) argument
157 u32 gp2; local
198 u32 gp2; local
211 u64 gp2; local
243 u32 gp2; local
[all...]
H A Dmac-ctxt.c1468 struct ieee80211_vif *csa_vif, u32 gp2,
1486 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 &&
1491 u32 apply_time = gp2 + rel_time * 1024;
1519 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2);
1532 "beacon status %#x retries:%d tsf:0x%016llX gp2:0x%X rate:%d\n",
1544 "beacon status %#x tsf:0x%016llX gp2:0x%X\n",
1467 iwl_mvm_csa_count_down(struct iwl_mvm *mvm, struct ieee80211_vif *csa_vif, u32 gp2, bool tx_success) argument
H A Dutils.c1210 u32 *gp2, u64 *boottime, ktime_t *realtime)
1223 *gp2 = iwl_mvm_get_systime(mvm);
1209 iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2, u64 *boottime, ktime_t *realtime) argument
H A Dmvm.h1642 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h829 * @gp2: last beacon time in gp2
835 __le32 gp2; member in struct:iwl_extended_beacon_notif_v5
843 * @gp2: last beacon time in gp2
849 __le32 gp2; member in struct:iwl_extended_beacon_notif
H A Ddebug.h302 * @gp2: The gp2 clock value in the FW
305 __le32 gp2; member in struct:iwl_mvm_marker_rsp
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddump.c45 u32 gp2; /* GP2 timer register */ member in struct:iwl_error_event_table
247 IWL_ERR(fwrt, "0x%08X | time gp2\n", table.gp2);
H A Ddbg.c3347 le32_to_cpu(resp->gp2));
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h377 u32 gp2; /* GP2 timer register */ member in struct:iwl_error_event_table
H A Dmain.c1654 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2);
/linux-master/drivers/media/usb/gspca/
H A Dzc3xx.c5713 int g, i, adj, gp1, gp2; local
5741 gp1 = gp2 = 0;
5755 gr[i - 1] = (g - gp2) / 2;
5758 gp2 = gp1;
5761 gr[15] = (0xff - gp2) / 2;

Completed in 472 milliseconds