Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dutil.S30 .globl timebase_period_ns
31 timebase_period_ns: label
48 addis r5,r6,(timebase_period_ns-0b)@ha
49 lwz r5,(timebase_period_ns-0b)@l(r5)
H A Dsimpleboot.c75 timebase_period_ns = 1000000000 / *timebase; in platform_init()
H A Dtreeboot-currituck.c109 timebase_period_ns = 1000000000 / *timebase; in platform_init()
H A Dtreeboot-akebono.c153 timebase_period_ns = 1000000000 / *timebase; in platform_init()
H A Dops.h233 extern unsigned long timebase_period_ns;
H A Ddevtree.c79 timebase_period_ns = 1000000000 / tb; in dt_fixup_cpu_clocks()