Home
last modified time | relevance | path

Searched refs:gp2 (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-devtrace-iwlwifi.h146 __field(u32, gp2)
165 __entry->gp2 = table->gp2;
179 __entry->bcon_time, __entry->gp1, __entry->gp2,
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dmediatek-net.txt19 "ethif", "esw", "gp2", "gp1" : For MT2701 and MT7623 SoC
20 "ethif", "esw", "gp0", "gp1", "gp2", "sgmii_tx250m", "sgmii_rx250m",
52 clock-names = "ethif", "esw", "gp2", "gp1";
/Linux-v4.19/drivers/staging/mt7621-eth/Documentation/devicetree/bindings/net/
Dmediatek-net-gsw.txt17 these should be "trgpll", "esw", "gp2", "gp1"
40 clock-names = "trgpll", "esw", "gp2", "gp1";
/Linux-v4.19/Documentation/RCU/
Drcu_dereference.txt203 struct foo *gp2;
218 rcu_assign_pointer(gp2, p);
227 p = rcu_dereference(gp2);
256 struct foo *gp2;
275 rcu_assign_pointer(gp2, p);
284 p = rcu_dereference(gp2);
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Ddebug.h289 __le32 gp2; member
Dtx.h860 __le32 gp2; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c348 u32 gp2; /* GP2 timer register */ member
395 u32 gp2; /* GP2 timer register */ member
569 IWL_ERR(mvm, "0x%08X | time gp2\n", table.gp2); in iwl_mvm_dump_lmac_error_log()
1842 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime) in iwl_mvm_get_sync_time() argument
1855 *gp2 = iwl_read_prph(mvm->trans, DEVICE_SYSTEM_TIME_REG); in iwl_mvm_get_sync_time()
Dmac-ctxt.c1371 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument
1388 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down()
1393 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down()
1421 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif()
Dmvm.h1443 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
/Linux-v4.19/arch/ia64/include/asm/
Dsal.h796 u64 handler_addr2, u64 gp2, u64 handler_len2) in ia64_sal_set_vectors() argument
801 handler_addr2, gp2, handler_len2); in ia64_sal_set_vectors()
/Linux-v4.19/drivers/media/usb/gspca/
Dzc3xx.c5722 int g, i, adj, gp1, gp2; in setcontrast() local
5750 gp1 = gp2 = 0; in setcontrast()
5764 gr[i - 1] = (g - gp2) / 2; in setcontrast()
5767 gp2 = gp1; in setcontrast()
5770 gr[15] = (0xff - gp2) / 2; in setcontrast()
/Linux-v4.19/arch/arm/boot/dts/
Dmt2701.dtsi691 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
Dmt7623.dtsi914 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/Linux-v4.19/arch/arm64/boot/dts/mediatek/
Dmt7622.dtsi864 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h435 u32 gp2; /* GP2 timer register */ member
Dmain.c1669 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()