Searched refs:timebase_period_ns (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dutil.S26 * extern unsigned long timebase_period_ns;
27 * timebase_period_ns = 1000000000 / bd->bi_tbfreq;
30 .globl timebase_period_ns
31 timebase_period_ns: label
42 * (nanoseconds + (timebase_period_ns - 1 )) / timebase_period_ns
43 * timebase_period_ns defaults to 60 (16.6MHz) */
48 addis r5,r6,(timebase_period_ns-0b)@ha
49 lwz r5,(timebase_period_ns-0b)@l(r5)
H A Dtreeboot-currituck.c109 timebase_period_ns = 1000000000 / *timebase;
H A Dsimpleboot.c75 timebase_period_ns = 1000000000 / *timebase;
H A Dtreeboot-akebono.c153 timebase_period_ns = 1000000000 / *timebase;
H A Dops.h233 extern unsigned long timebase_period_ns;
H A Ddevtree.c79 timebase_period_ns = 1000000000 / tb;

Completed in 158 milliseconds