| /linux/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() 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() argument 141 *gp2 = tmp_gp2; in iwl_mvm_phc_get_crosstimestamp_loop() [all …]
|
| H A D | mac-ctxt.c | 1456 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument 1474 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down() 1479 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() 1507 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif()
|
| H A D | utils.c | 1188 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument 1201 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | ptp.c | 22 static int iwl_mld_get_systime(struct iwl_mld *mld, u32 *gp2) in iwl_mld_get_systime() argument 24 *gp2 = iwl_read_prph(mld->trans, mld->trans->mac_cfg->base->gp2_reg_addr); in iwl_mld_get_systime() 26 if (*gp2 == 0x5a5a5a5a) in iwl_mld_get_systime() 32 static void iwl_mld_ptp_update_new_read(struct iwl_mld *mld, u32 gp2) in iwl_mld_ptp_update_new_read() argument 35 mld->ptp_data.last_gp2, gp2); in iwl_mld_ptp_update_new_read() 40 if (gp2 < mld->ptp_data.last_gp2) { in iwl_mld_ptp_update_new_read() 41 if (mld->ptp_data.last_gp2 - gp2 < in iwl_mld_ptp_update_new_read() 45 gp2, mld->ptp_data.last_gp2); in iwl_mld_ptp_update_new_read() 55 mld->ptp_data.last_gp2 = gp2; in iwl_mld_ptp_update_new_read() 108 u32 gp2; in iwl_mld_ptp_gettime() local [all …]
|
| /linux/Documentation/RCU/ |
| H A D | rcu_dereference.rst | 233 struct foo *gp2; 248 rcu_assign_pointer(gp2, p); 258 p = rcu_dereference(gp2); 290 struct foo *gp2; 309 rcu_assign_pointer(gp2, p); 319 p = rcu_dereference(gp2);
|
| /linux/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()
|
| /linux/arch/arm/boot/dts/mediatek/ |
| H A D | mt7629.dtsi | 461 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
|
| H A D | mt2701.dtsi | 738 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
| H A D | mt7623.dtsi | 971 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7986a.dtsi | 556 clock-names = "fe", "gp2", "gp1", "wocpu1", "wocpu0",
|
| H A D | mt7622.dtsi | 985 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
|
| H A D | mt7988a.dtsi | 941 clock-names = "crypto", "fe", "gp2", "gp1", "gp3",
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | commands.h | 377 u32 gp2; /* GP2 timer register */ member
|
| H A D | main.c | 1671 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()
|