Searched refs:OSTicks (Results 1 – 6 of 6) sorted by relevance
149 gki_cb.com.OSTicks = (uint32_t)times(0); in GKI_init()186 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()997 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()998 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
151 gki_cb.com.OSTicks = (uint32_t)times(0); in GKI_init()188 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()1018 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()1019 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
280 uint32_t OSTicks; /* system ticks from start */ member
141 uint32_t GKI_get_tick_count(void) { return gki_cb.com.OSTicks; } in GKI_get_tick_count()364 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()
142 uint32_t GKI_get_tick_count(void) { return gki_cb.com.OSTicks; } in GKI_get_tick_count()370 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()