Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tsf.c958 uint64_t delta_ns, delta_target_time, delta_sync_time; in hdd_check_timestamp_status() local
979 delta_target_time = (cur_target_time - last_target_time) * in hdd_check_timestamp_status()
987 delta_ns = ((delta_target_time > delta_sync_time) ? in hdd_check_timestamp_status()
988 (delta_target_time - delta_sync_time) : in hdd_check_timestamp_status()
989 (delta_sync_time - delta_target_time)); in hdd_check_timestamp_status()