Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-hisi/
Dplatmcpm.c68 static u32 hip04_boot_method[4]; variable
312 &hip04_boot_method[0], 4); in hip04_mcpm_init()
322 ret = memblock_reserve(hip04_boot_method[0], hip04_boot_method[1]); in hip04_mcpm_init()
326 relocation = ioremap(hip04_boot_method[2], hip04_boot_method[3]); in hip04_mcpm_init()
365 writel_relaxed(hip04_boot_method[0], relocation); in hip04_mcpm_init()
382 memblock_free(hip04_boot_method[0], hip04_boot_method[1]); in hip04_mcpm_init()