Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A 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";
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h862 __le32 gp2; member
876 __le32 gp2; member
H A Ddebug.h316 __le32 gp2; member
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcu_dereference.rst207 struct foo *gp2;
222 rcu_assign_pointer(gp2, p);
231 p = rcu_dereference(gp2);
260 struct foo *gp2;
279 rcu_assign_pointer(gp2, p);
288 p = rcu_dereference(gp2);
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c314 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 Dmac-ctxt.c1295 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument
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()
H A Drxmq.c864 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() argument
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()
H A Dmvm.h1500 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dimx-regs.h430 u32 gp2; member
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmt7629.dtsi463 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
H A Dmt2701.dtsi738 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
H A Dmt7623.dtsi938 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/
H A Dimx-regs.h798 u32 gp2; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dimx-regs.h1035 u32 gp2; member
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/
H A Dmt7622.dtsi932 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h430 u32 gp2; /* GP2 timer register */ member
H A Dmain.c1661 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()