Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powermac/
Dsmp.c121 static int psurge_type = PSURGE_NONE; variable
132 if (psurge_type == PSURGE_NONE) in psurge_set_ipi()
136 else if (psurge_type == PSURGE_DUAL) in psurge_set_ipi()
145 switch(psurge_type) { in psurge_clr_ipi()
249 if (psurge_type == PSURGE_QUAD_ICEGRASS) in psurge_quad_init()
257 if (psurge_type != PSURGE_QUAD_ICEGRASS) in psurge_quad_init()
295 psurge_type = psurge_quad_probe(); in smp_psurge_probe()
296 if (psurge_type != PSURGE_DUAL) { in smp_psurge_probe()
308 psurge_type = PSURGE_NONE; in smp_psurge_probe()
381 if (psurge_type == PSURGE_DUAL) { in smp_psurge_kick_cpu()
[all …]