Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powermac/
Dsmp.c125 static int psurge_type = PSURGE_NONE; variable
136 if (psurge_type == PSURGE_NONE) in psurge_set_ipi()
140 else if (psurge_type == PSURGE_DUAL) in psurge_set_ipi()
149 switch(psurge_type) { in psurge_clr_ipi()
253 if (psurge_type == PSURGE_QUAD_ICEGRASS) in psurge_quad_init()
261 if (psurge_type != PSURGE_QUAD_ICEGRASS) in psurge_quad_init()
299 psurge_type = psurge_quad_probe(); in smp_psurge_probe()
300 if (psurge_type != PSURGE_DUAL) { in smp_psurge_probe()
312 psurge_type = PSURGE_NONE; in smp_psurge_probe()
385 if (psurge_type == PSURGE_DUAL) { in smp_psurge_kick_cpu()
[all …]