Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/bindings/net/
Dmediatek,net.yaml116 - const: gp2
146 - const: gp2
184 - const: gp2
226 - const: gp2
312 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
397 clock-names = "fe", "gp2", "gp1", "wocpu1", "wocpu0",
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h842 __le32 gp2; member
856 __le32 gp2; member
Ddebug.h288 __le32 gp2; member
/linux-6.1.9/Documentation/RCU/
Drcu_dereference.rst219 struct foo *gp2;
234 rcu_assign_pointer(gp2, p);
243 p = rcu_dereference(gp2);
272 struct foo *gp2;
291 rcu_assign_pointer(gp2, p);
300 p = rcu_dereference(gp2);
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/
Ddump.c38 u32 gp2; /* GP2 timer register */ member
215 IWL_ERR(fwrt, "0x%08X | time gp2\n", table.gp2); in iwl_fwrt_dump_lmac_error_log()
/linux-6.1.9/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-6.1.9/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.c1115 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument
1128 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
Drxmq.c881 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() argument
885 if (gp2 != buffer->consec_oldsn_ampdu_gp2) { in iwl_mvm_oldsn_workaround()
896 buffer->consec_oldsn_ampdu_gp2 = gp2; in iwl_mvm_oldsn_workaround()
Dmvm.h1481 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
/linux-6.1.9/arch/arm64/boot/dts/mediatek/
Dmt7986a.dtsi275 clock-names = "fe", "gp2", "gp1", "wocpu1", "wocpu0",
Dmt7622.dtsi986 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/linux-6.1.9/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-6.1.9/arch/arm/boot/dts/
Dmt7629.dtsi462 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
Dmt2701.dtsi739 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
Dmt7623.dtsi973 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h377 u32 gp2; /* GP2 timer register */ member
Dmain.c1654 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()