Home
last modified time | relevance | path

Searched refs:hhead_base (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dsmp.c108 static volatile u8 __iomem *hhead_base; variable
288 hhead_base = ioremap(HAMMERHEAD_BASE, 0x800); in smp_psurge_probe()
290 psurge_sec_intr = hhead_base + HHEAD_SEC_INTR; in smp_psurge_probe()
302 if ((in_8(hhead_base + HHEAD_CONFIG) & 0x02) == 0) { in smp_psurge_probe()
304 iounmap(hhead_base); in smp_psurge_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dsmp.c108 static volatile u8 __iomem *hhead_base; variable
289 hhead_base = ioremap(HAMMERHEAD_BASE, 0x800); in smp_psurge_probe()
291 psurge_sec_intr = hhead_base + HHEAD_SEC_INTR; in smp_psurge_probe()
303 if ((in_8(hhead_base + HHEAD_CONFIG) & 0x02) == 0) { in smp_psurge_probe()
305 iounmap(hhead_base); in smp_psurge_probe()

Completed in 3 milliseconds