Home
last modified time | relevance | path

Searched defs:ticks (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_time.h193 static inline uint32_t __qdf_system_ticks_to_msecs(unsigned long ticks) in __qdf_system_ticks_to_msecs()
204 static inline uint32_t __qdf_system_ticks_to_nsecs(unsigned long ticks) in __qdf_system_ticks_to_nsecs()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c704 #define HTT_TICK_TO_USEC(ticks, microsec_per_tick) (ticks * microsec_per_tick) argument
/wlan-driver/platform/cnss2/
H A Dmain.h656 u64 ticks = __arch_counter_get_cntvct(); in cnss_get_host_timestamp() local