Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/chrp/
H A Dsmp.c52 .give_timebase = rtas_give_timebase,
/linux/arch/powerpc/platforms/powermac/
H A Dsmp.c299 smp_ops->give_timebase = smp_generic_give_timebase; in smp_psurge_probe()
445 .give_timebase = smp_psurge_give_timebase,
743 smp_ops->give_timebase = smp_generic_give_timebase; in smp_core99_setup()
985 .give_timebase = smp_core99_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.c1366 if (smp_ops->give_timebase) in __cpu_up()
1367 smp_ops->give_timebase(); in __cpu_up()