Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powermac/
Dfeature.c2482 u32 __iomem * mach_id_ptr = ioremap(0xf3000034, 4); in probe_motherboard() local
2483 if (!mach_id_ptr) { in probe_motherboard()
2491 if (__raw_readl(mach_id_ptr) & 0x20000000UL) in probe_motherboard()
2493 iounmap(mach_id_ptr); in probe_motherboard()