Home
last modified time | relevance | path

Searched refs:give_timebase (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/platforms/chrp/
H A Dsmp.c52 .give_timebase = rtas_give_timebase,
/linux/arch/powerpc/platforms/85xx/
H A Dcorenet_generic.c171 smp_85xx_ops.give_timebase = NULL; in corenet_generic_probe()
/linux/arch/powerpc/platforms/44x/
H A Diss4xx.c124 .give_timebase = smp_generic_give_timebase,
H A Dppc476.c197 .give_timebase = smp_generic_give_timebase,
/linux/arch/powerpc/include/asm/
H A Dsmp.h56 void (*give_timebase)(void); member
/linux/arch/powerpc/platforms/pasemi/
H A Dsetup.c138 .give_timebase = pas_give_timebase,
/linux/arch/powerpc/kernel/
H A Dsmp.c1348 if (smp_ops->give_timebase) in __cpu_up()
1349 smp_ops->give_timebase(); in __cpu_up()