Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/devicetree/bindings/net/
Dmediatek-net.txt21 "ethif", "esw", "gp2", "gp1" : For MT2701 and MT7623 SoC
22 "ethif", "esw", "gp0", "gp1", "gp2", "sgmii_tx250m", "sgmii_rx250m",
24 "ethif", "sgmiitop", "esw", "gp0", "gp1", "gp2", "fe", "sgmii_tx250m",
63 clock-names = "ethif", "esw", "gp2", "gp1";
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/
Ddump.c37 u32 gp2; /* GP2 timer register */ member
84 u32 gp2; /* GP2 timer register */ member
251 IWL_ERR(fwrt, "0x%08X | time gp2\n", table.gp2); in iwl_fwrt_dump_lmac_error_log()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h810 __le32 gp2; member
824 __le32 gp2; member
Ddebug.h282 __le32 gp2; member
/Linux-v5.15/Documentation/RCU/
Drcu_dereference.rst213 struct foo *gp2;
228 rcu_assign_pointer(gp2, p);
237 p = rcu_dereference(gp2);
266 struct foo *gp2;
285 rcu_assign_pointer(gp2, p);
294 p = rcu_dereference(gp2);
/Linux-v5.15/arch/ia64/include/asm/
Dsal.h797 u64 handler_addr2, u64 gp2, u64 handler_len2) in ia64_sal_set_vectors() argument
802 handler_addr2, gp2, handler_len2); in ia64_sal_set_vectors()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c1256 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument
1273 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down()
1278 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down()
1306 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif()
Dutils.c1104 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument
1117 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
Drxmq.c856 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() argument
860 if (gp2 != buffer->consec_oldsn_ampdu_gp2) { in iwl_mvm_oldsn_workaround()
871 buffer->consec_oldsn_ampdu_gp2 = gp2; in iwl_mvm_oldsn_workaround()
Dmvm.h1461 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
/Linux-v5.15/drivers/media/usb/gspca/
Dzc3xx.c5713 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-v5.15/arch/arm/boot/dts/
Dmt7629.dtsi465 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
Dmt2701.dtsi741 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
Dmt7623.dtsi940 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/Linux-v5.15/arch/arm64/boot/dts/mediatek/
Dmt7622.dtsi933 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h377 u32 gp2; /* GP2 timer register */ member
Dmain.c1660 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()