Searched refs:get_clock_us (Results 1 – 3 of 3) sorted by relevance
69 static inline uint64_t get_clock_us(void) in get_clock_us() function80 return get_clock_us() / 1000; in get_clock_ms()85 unsigned long startclk = get_clock_us(); in udelay()89 c = get_clock_us(); in udelay()
13 extern uint64_t get_clock_us(void);
76 uint64_t get_clock_us(void) in get_clock_us() function