Home
last modified time | relevance | path

Searched refs:HZ (Results 26 – 50 of 176) sorted by relevance

12345678

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.h11 #define ATH11K_AHB_RECOVERY_TIMEOUT (3 * HZ)
H A Dthermal.h14 #define ATH11K_THERMAL_SYNC_TIMEOUT_HZ (5 * HZ)
H A Dhtc.h253 #define ATH11K_HTC_WAIT_TIMEOUT_HZ (1 * HZ)
256 #define ATH11K_HTC_CONN_SVC_TIMEOUT_HZ (1 * HZ)
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h14 #define MT792x_PM_TIMEOUT (HZ / 12)
15 #define MT792x_HW_SCAN_TIMEOUT (HZ / 10)
31 #define MT792x_WATCHDOG_TIME (HZ / 4)
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dthermal.h12 #define ATH10K_THERMAL_SYNC_TIMEOUT_HZ (5 * HZ)
H A Dcore.h37 #define WMI_READY_TIMEOUT (5 * HZ)
38 #define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
39 #define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
566 #define ATH10K_VDEV_SETUP_TIMEOUT_HZ (5 * HZ)
567 #define ATH10K_VDEV_DELETE_TIMEOUT_HZ (5 * HZ)
H A Dhtc.h356 #define ATH10K_HTC_WAIT_TIMEOUT_HZ (1 * HZ)
359 #define ATH10K_HTC_CONN_SVC_TIMEOUT_HZ (1 * HZ)
H A Dsdio.h34 #define ATH10K_SDIO_HIF_COMMUNICATION_TIMEOUT_HZ (100 * HZ)
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.h258 #define ATH12K_HTC_WAIT_TIMEOUT_HZ (1 * HZ)
261 #define ATH12K_HTC_CONN_SVC_TIMEOUT_HZ (1 * HZ)
H A Dpeer.c176 }), 3 * HZ); in ath12k_wait_for_peer_common()
225 3 * HZ); in ath12k_wait_for_peer_delete_done()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dclps711x-clock.txt6 - startup-frequency: Factory set CPU startup frequency in HZ.
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Darm,armv7m-systick.txt12 - clock-frequency : The rate in HZ in input of the ARM SysTick
H A Darm,mps2-timer.txt12 - clock-frequency : The rate in HZ in input of the ARM MPS2 timer
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c589 HZ); in ipoib_reap_ah()
601 if (time_after(jiffies, begin + HZ)) { in ipoib_ah_dev_cleanup()
647 queue_delayed_work(ipoib_workqueue, &priv->ah_reap_task, HZ); in ipoib_ib_dev_open()
798 if (time_after(jiffies, begin + 5 * HZ)) { in ipoib_ib_dev_stop()
1010 HZ); in ipoib_pkey_poll()
1028 HZ); in ipoib_pkey_dev_delay_open()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci_mcu.c33 mdev->mcu.timeout = 3 * HZ; in mt7921_mcu_send_message()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dpicoxcell.txt14 - clock-freq : The frequency in HZ of the timer.
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h54 static const int hz = HZ;
H A Dtimer.h55 #define SEC_TO_TICK(sec) ((sec) * HZ)
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dht16k33.txt8 - refresh-rate-hz: Display update interval in HZ.
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h100 #define STATS_DELAY (HZ / 4)
101 #define SERVICE_TASK_DELAY (HZ / 4)
119 #define MLX4_EN_WATCHDOG_TIMEOUT (15 * HZ)
181 #define MLX4_EN_TX_POLL_TIMEOUT (HZ / 4)
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.c163 CMD_TIME_CLASS_A = (HZ + 999) / 1000 + 1,
164 CMD_TIME_CLASS_B = (HZ + 99) / 100 + 1,
165 CMD_TIME_CLASS_C = (HZ + 9) / 10 + 1,
166 CMD_TIME_CLASS_D = 60 * HZ
169 #define CMD_TIME_CLASS_A (60 * HZ)
170 #define CMD_TIME_CLASS_B (60 * HZ)
171 #define CMD_TIME_CLASS_C (60 * HZ)
172 #define CMD_TIME_CLASS_D (60 * HZ)
175 #define GO_BIT_TIMEOUT (HZ * 10)
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-opal.txt14 - bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c16 #define FW_RESET_TIMEOUT (HZ / 5)
414 #define IML_WAIT_TIMEOUT (HZ / 10) in iwl_pcie_spin_for_iml()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h56 #define HZ hz macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c13 #define IWL_MVM_TEMP_NOTIF_WAIT_TIMEOUT HZ
37 round_jiffies_relative(duration * HZ)); in iwl_mvm_enter_ctkill()
320 round_jiffies(duration * HZ)); in check_exit_ctkill()

12345678