Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dfeature.c2483 u32 __iomem * mach_id_ptr = ioremap(0xf3000034, 4); in probe_motherboard() local
2484 if (!mach_id_ptr) { in probe_motherboard()
2492 if (__raw_readl(mach_id_ptr) & 0x20000000UL) in probe_motherboard()
2494 iounmap(mach_id_ptr); in probe_motherboard()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dfeature.c2484 u32 __iomem * mach_id_ptr = ioremap(0xf3000034, 4); in probe_motherboard() local
2485 if (!mach_id_ptr) { in probe_motherboard()
2493 if (__raw_readl(mach_id_ptr) & 0x20000000UL) in probe_motherboard()
2495 iounmap(mach_id_ptr); in probe_motherboard()

Completed in 6 milliseconds