Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/
Dclock.c145 last_32k_tick = clock_get_32k_tick(); in clock_kick_32k_xtal()
147 curr_32k_tick = clock_get_32k_tick(); in clock_kick_32k_xtal()
227 unsigned int clock_get_32k_tick(void)
244 unsigned int clock_get_32k_tick(void) in clock_get_32k_tick() function
Dpm.c112 unsigned int now_tick_32k = clock_get_32k_tick(); in pm_stimer_recover()
126 unsigned int now_tick_32k = clock_get_32k_tick(); in pm_stimer_recover()
463 g_pm_tick_32k_cur = clock_get_32k_tick(); in pm_sleep_wakeup()
470 g_pm_tick_32k_cur = clock_get_32k_tick (); in pm_sleep_wakeup()
619 unsigned int now_tick_32k = clock_get_32k_tick(); in pm_sleep_wakeup()
635 unsigned int now_tick_32k = clock_get_32k_tick(); in pm_sleep_wakeup()
658 … while ((unsigned int)(clock_get_32k_tick() - wakeup_tick - g_pm_tick_32k_cur + 37*16) > BIT(30)); in pm_sleep_wakeup()
Dclock.h237 _attribute_ram_code_sec_noinline_ unsigned int clock_get_32k_tick (void);