/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ptp.c | 23 static void iwl_mvm_ptp_update_new_read(struct iwl_mvm *mvm, u32 gp2) in iwl_mvm_ptp_update_new_read() argument 28 if (gp2 < mvm->ptp_data.last_gp2 && in iwl_mvm_ptp_update_new_read() 29 mvm->ptp_data.last_gp2 - gp2 < IWL_PTP_WRAP_THRESHOLD_USEC) { in iwl_mvm_ptp_update_new_read() 31 "PTP: ignore old read (gp2=%u, last_gp2=%u)\n", in iwl_mvm_ptp_update_new_read() 32 gp2, mvm->ptp_data.last_gp2); in iwl_mvm_ptp_update_new_read() 36 if (gp2 < mvm->ptp_data.last_gp2) { in iwl_mvm_ptp_update_new_read() 43 mvm->ptp_data.last_gp2 = gp2; in iwl_mvm_ptp_update_new_read() 87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) in iwl_mvm_get_crosstimestamp_fw() argument 119 *gp2 = div_u64(gp2_10ns, 100); in iwl_mvm_get_crosstimestamp_fw() 128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop() 127 iwl_mvm_phc_get_crosstimestamp_loop(struct iwl_mvm *mvm, ktime_t *sys_time, u32 *gp2) iwl_mvm_phc_get_crosstimestamp_loop() argument 157 u32 gp2; iwl_mvm_phc_get_crosstimestamp() local 198 u32 gp2; iwl_mvm_ptp_work() local 211 u64 gp2; iwl_mvm_ptp_gettime() local 243 u32 gp2; iwl_mvm_ptp_adjfine() local [all...] |
H A D | mac-ctxt.c | 1445 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() 1463 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down() 1468 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() 1496 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif() 1509 "beacon status %#x retries:%d tsf:0x%016llX gp2:0x%X rate:%d\n", in iwl_mvm_rx_beacon_notif() 1521 "beacon status %#x tsf:0x%016llX gp2:0x%X\n", in iwl_mvm_rx_beacon_notif() 1444 iwl_mvm_csa_count_down(struct iwl_mvm *mvm, struct ieee80211_vif *csa_vif, u32 gp2, bool tx_success) iwl_mvm_csa_count_down() argument
|
H A D | utils.c | 1147 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() 1160 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time() 1146 iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2, u64 *boottime, ktime_t *realtime) iwl_mvm_get_sync_time() argument
|
H A D | rxmq.c | 888 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() 892 if (gp2 != buffer->consec_oldsn_ampdu_gp2) { in iwl_mvm_oldsn_workaround() 903 buffer->consec_oldsn_ampdu_gp2 = gp2; in iwl_mvm_oldsn_workaround() 885 iwl_mvm_oldsn_workaround(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, struct iwl_mvm_reorder_buffer *buffer, u32 reorder, u32 gp2, int queue) iwl_mvm_oldsn_workaround() argument
|
H A D | mvm.h | 1626 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 856 * @gp2: last beacon time in gp2 862 __le32 gp2; member 870 * @gp2: last beacon time in gp2 876 __le32 gp2; member
|
H A D | debug.h | 313 * @gp2: The gp2 clock value in the FW 316 __le32 gp2; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 314 u32 gp2; /* GP2 timer register */ member 361 u32 gp2; /* GP2 timer register */ member 528 IWL_ERR(mvm, "0x%08X | time gp2\n", table.gp2); in iwl_mvm_dump_lmac_error_log() 1426 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime) in iwl_mvm_get_sync_time() argument 1439 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
|
H A D | mac-ctxt.c | 1295 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() 1312 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down() 1317 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() 1344 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif() 1354 "beacon status %#x retries:%d tsf:0x%016llX gp2:0x%X rate:%d\n", in iwl_mvm_rx_beacon_notif() 1363 "beacon status %#x tsf:0x%016llX gp2:0x%X\n", in iwl_mvm_rx_beacon_notif() 1294 iwl_mvm_csa_count_down(struct iwl_mvm *mvm, struct ieee80211_vif *csa_vif, u32 gp2, bool tx_success) iwl_mvm_csa_count_down() argument
|
H A D | rxmq.c | 864 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() 868 if (gp2 != buffer->consec_oldsn_ampdu_gp2) { in iwl_mvm_oldsn_workaround() 879 buffer->consec_oldsn_ampdu_gp2 = gp2; in iwl_mvm_oldsn_workaround() 861 iwl_mvm_oldsn_workaround(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, struct iwl_mvm_reorder_buffer *buffer, u32 reorder, u32 gp2, int queue) iwl_mvm_oldsn_workaround() argument
|
H A D | mvm.h | 1500 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | debug.h | 296 * @gp2: The gp2 clock value in the FW 299 __le32 gp2; member
|
H A D | tx.h | 827 * @gp2: last beacon time in gp2 833 __le32 gp2; member 841 * @gp2: last beacon time in gp2 847 __le32 gp2; member
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | sal.h | 797 u64 handler_addr2, u64 gp2, u64 handler_len2) in ia64_sal_set_vectors() 802 handler_addr2, gp2, handler_len2); in ia64_sal_set_vectors() 795 ia64_sal_set_vectors(u64 vector_type, u64 handler_addr1, u64 gp1, u64 handler_len1, u64 handler_addr2, u64 gp2, u64 handler_len2) ia64_sal_set_vectors() argument
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | sal.h | 797 u64 handler_addr2, u64 gp2, u64 handler_len2) in ia64_sal_set_vectors() 802 handler_addr2, gp2, handler_len2); in ia64_sal_set_vectors() 795 ia64_sal_set_vectors(u64 vector_type, u64 handler_addr1, u64 gp1, u64 handler_len1, u64 handler_addr2, u64 gp2, u64 handler_len2) ia64_sal_set_vectors() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dump.c | 45 u32 gp2; /* GP2 timer register */ member 247 IWL_ERR(fwrt, "0x%08X | time gp2\n", table.gp2); in iwl_fwrt_dump_lmac_error_log()
|
H A D | dbg.c | 3196 le32_to_cpu(resp->gp2)); in iwl_fw_send_timestamp_marker_cmd()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | zc3xx.c | 5713 int g, i, adj, gp1, gp2; in setcontrast() local 5741 gp1 = gp2 = 0; in setcontrast() 5755 gr[i - 1] = (g - gp2) / 2; in setcontrast() 5758 gp2 = gp1; in setcontrast() 5761 gr[15] = (0xff - gp2) / 2; in setcontrast()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | zc3xx.c | 5713 int g, i, adj, gp1, gp2; in setcontrast() local 5741 gp1 = gp2 = 0; in setcontrast() 5755 gr[i - 1] = (g - gp2) / 2; in setcontrast() 5758 gp2 = gp1; in setcontrast() 5761 gr[15] = (0xff - gp2) / 2; in setcontrast()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 430 u32 gp2; /* GP2 timer register */ member
|
H A D | main.c | 1661 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 1654 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()
|
H A D | commands.h | 377 u32 gp2; /* GP2 timer register */ member
|