Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc/
Dtime.h74 extern __inline__ unsigned long get_tbu(void) { in get_tbu() function
/linux-2.4.37.9/arch/ppc/kernel/
Dtodc_time.c473 tbu = get_tbu(); in todc_calibrate_decr()
494 } while ((get_tbu() != tbu) && (++loop_count < 2)); in todc_calibrate_decr()