]> Git Repo - J-linux.git/blob - arch/arm/mach-versatile/spc.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / mach-versatile / spc.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *
4  * Copyright (C) 2012 ARM Limited
5  */
6
7
8 #ifndef __SPC_H_
9 #define __SPC_H_
10
11 int __init ve_spc_init(void __iomem *base, u32 a15_clusid, int irq);
12 void ve_spc_global_wakeup_irq(bool set);
13 void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set);
14 void ve_spc_set_resume_addr(u32 cluster, u32 cpu, u32 addr);
15 void ve_spc_powerdown(u32 cluster, bool enable);
16 int ve_spc_cpu_in_wfi(u32 cpu, u32 cluster);
17
18 #endif
This page took 0.028082 seconds and 4 git commands to generate.