| /freebsd/sys/contrib/dev/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() 31 "PTP: ignore old read (gp2=%u, last_gp2=%u)\n", 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() 63 /* It is possible that a GP2 timestamp was received from fw before the in iwl_mvm_ptp_get_adj_time() 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() [all …]
|
| H A D | mac-ctxt.c | 1463 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument 1481 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down() 1486 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() 1514 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif() 1527 "beacon status %#x retries:%d tsf:0x%016llX gp2:0x%X rate:%d\n", in iwl_mvm_rx_beacon_notif() 1539 "beacon status %#x tsf:0x%016llX gp2:0x%X\n", in iwl_mvm_rx_beacon_notif()
|
| H A D | time-event.h | 180 * @apply_time: NoA start time in GP2.
|
| H A D | utils.c | 1195 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument 1201 /* Disable power save when reading GP2 */ in iwl_mvm_get_sync_time() 1208 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
|
| H A D | mvm.h | 946 /* The last GP2 reading from the hw */ 952 /* GP2 time when the scale was last updated */ 1305 /* timestamp of last ch-sw request sent (GP2 time) */ 1809 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
|
| /freebsd/sys/contrib/dev/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 34 IWL_DEBUG_PTP(mld, "PTP: last_gp2=%u, new gp2 read=%u\n", in iwl_mld_ptp_update_new_read() 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() 44 "PTP: ignore old read (gp2=%u, last_gp2=%u)\n", in iwl_mld_ptp_update_new_read() 45 gp2, mld->ptp_data.last_gp2); in iwl_mld_ptp_update_new_read() [all …]
|
| H A D | ptp.h | 18 * @scale_update_gp2: GP2 time when the scale was last updated 22 * @last_gp2: the last GP2 reading from the hardware, used for tracking GP2
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | mediatek,net.yaml | 147 - const: gp2 205 - const: gp2 246 - const: gp2 284 - const: gp2 322 - const: gp2 361 - const: gp2 441 clock-names = "ethif", "esw", "gp0", "gp1", "gp2", 526 clock-names = "fe", "gp2", "gp1", "wocpu1", "wocpu0",
|
| H A D | mediatek-net.txt | 21 "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";
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | datapath.h | 197 * @IWL_SYNCED_TIME_OPERATION_READ_GP2: read only the GP2 time 198 * @IWL_SYNCED_TIME_OPERATION_READ_BOTH: latch the ARTB and GP2 clocks and 208 * struct iwl_synced_time_cmd - request synced GP2/ARTB timestamps 222 * @gp2_timestamp_hi: high DWORD of the GP2 clock timestamp in 10's of 224 * @gp2_timestamp_lo: low DWORD of the GP2 clock timestamp in 10's of
|
| H A D | debug.h | 284 * In the command response the ucode will return the GP2 time. 303 * @gp2: The gp2 clock value in the FW 306 __le32 gp2; member
|
| H A D | tdls.h | 24 * @frame_timestamp: GP2 timestamp of channel-switch request/response packet 34 __le32 frame_timestamp; /* GP2 time of peer packet Rx */
|
| H A D | time-event.h | 200 * @apply_time: When to start the Time Event (in GP2) 248 * @timestamp: action timestamp in GP2 269 * @apply_time: GP2 value to start (should always be the current GP2 value)
|
| H A D | tx.h | 847 * @gp2: last beacon time in gp2 853 __le32 gp2; member 861 * @gp2: last beacon time in gp2 867 __le32 gp2; member
|
| H A D | rx.h | 32 * @system_timestamp: GP2 at on air rise 513 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 610 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 806 * @on_air_rise_time: GP2 during on air rise 831 * @on_air_rise_time: GP2 during on air rise
|
| H A D | scan.h | 1203 * @gp2_d0u: GP2 when D0U occurred 1204 * @gp2_invoked: GP2 when scan offload was invoked 1247 * @gp2_d0u: GP2 when D0U occurred 1248 * @gp2_invoked: GP2 when scan offload was invoked
|
| H A D | location.h | 1476 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was 1523 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was 1576 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was 1633 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was 1697 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad4695.yaml | 91 - description: Signal coming from the GP2 pin (ALERT). 98 - const: gp2
|
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | stericsson-u300-apptimer.txt | 10 then GP1 and GP2, which are general-purpose timers.
|
| /freebsd/sbin/geom/core/ |
| H A D | geom.c | 696 struct ggeom *gp2; in compute_tree_width_geom() local 705 LIST_FOREACH(gp2, &classp2->lg_geom, lg_geom) { in compute_tree_width_geom() 707 &gp2->lg_consumer, lg_consumer) { in compute_tree_width_geom() 711 gp2, indent + 2); in compute_tree_width_geom() 748 struct ggeom *gp2; in show_tree_geom() local 766 LIST_FOREACH(gp2, &classp2->lg_geom, lg_geom) { in show_tree_geom() 768 &gp2->lg_consumer, lg_consumer) { in show_tree_geom() 771 show_tree_geom(mesh, gp2, in show_tree_geom()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dump.c | 45 u32 gp2; /* GP2 timer register */ member 247 IWL_ERR(fwrt, "0x%08X | time gp2\n", table.gp2); in iwl_fwrt_dump_lmac_error_log()
|
| /freebsd/sys/geom/eli/ |
| H A D | g_eli_ctl.c | 932 struct g_geom *gp, *gp2; in g_eli_ctl_suspend() local 934 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) { in g_eli_ctl_suspend() 1127 struct g_geom *gp, *gp2; in g_eli_ctl_kill() local 1129 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) { in g_eli_ctl_kill()
|
| /freebsd/sys/geom/ |
| H A D | geom_subr.c | 494 struct g_geom *gp, *gp2; in g_wither_washer() local 500 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) { in g_wither_washer() 847 struct g_geom *gp1, *gp2; in redo_rank() local 864 for (; gp1 != NULL; gp1 = gp2) { in redo_rank() 878 gp2 = TAILQ_NEXT(gp1, geoms); in redo_rank()
|
| /freebsd/sys/geom/mountver/ |
| H A D | g_mountver.c | 662 struct g_geom *gp, *gp2; in g_mountver_shutdown_pre_sync() local 666 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) { in g_mountver_shutdown_pre_sync()
|
| /freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
| H A D | mt7629.dtsi | 461 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
|