Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mc_timer.c794 qdf_time_t time_of_the_day_ms; in qdf_get_time_of_the_day_ms() local
796 time_of_the_day_ms = qdf_do_div(qdf_get_time_of_the_day_us(), 1000); in qdf_get_time_of_the_day_ms()
798 return time_of_the_day_ms; in qdf_get_time_of_the_day_ms()