![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (C) ST-Ericsson SA 2010-2013 0004 * Author: Rickard Andersson <rickard.andersson@stericsson.com> for 0005 * ST-Ericsson. 0006 * Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro. 0007 */ 0008 0009 #ifndef ARM_UX500_PM_H 0010 #define ARM_UX500_PM_H 0011 0012 int prcmu_gic_decouple(void); 0013 int prcmu_gic_recouple(void); 0014 bool prcmu_gic_pending_irq(void); 0015 bool prcmu_pending_irq(void); 0016 bool prcmu_is_cpu_in_wfi(int cpu); 0017 int prcmu_copy_gic_settings(void); 0018 void ux500_pm_init(u32 phy_base, u32 size); 0019 0020 #endif /* ARM_UX500_PM_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |