Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-hisi/
H A Dplatmcpm.c69 static u32 hip04_boot_method[4]; variable
276 &hip04_boot_method[0], 4); in hip04_smp_init()
288 ret = memblock_reserve(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init()
292 relocation = ioremap(hip04_boot_method[2], hip04_boot_method[3]); in hip04_smp_init()
327 writel_relaxed(hip04_boot_method[0], relocation); in hip04_smp_init()
342 memblock_phys_free(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init()