| 
									
										
										
										
											2013-07-16 17:05:43 +01:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2012 ARM Limited | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __SPC_H_
 | 
					
						
							|  |  |  | #define __SPC_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-29 12:18:37 +00:00
										 |  |  | int __init ve_spc_init(void __iomem *base, u32 a15_clusid, int irq); | 
					
						
							| 
									
										
										
										
											2013-07-16 17:05:43 +01:00
										 |  |  | void ve_spc_global_wakeup_irq(bool set); | 
					
						
							|  |  |  | void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set); | 
					
						
							|  |  |  | void ve_spc_set_resume_addr(u32 cluster, u32 cpu, u32 addr); | 
					
						
							|  |  |  | void ve_spc_powerdown(u32 cluster, bool enable); | 
					
						
							| 
									
										
										
										
											2013-11-25 16:16:25 +00:00
										 |  |  | int ve_spc_cpu_in_wfi(u32 cpu, u32 cluster); | 
					
						
							| 
									
										
										
										
											2013-07-16 17:05:43 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 |