2 * Copyright (C) 2010 Renesas Solutions Corp.
4 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
11 #ifndef __ASM_SH7372_H__
12 #define __ASM_SH7372_H__
31 SHDMA_SLAVE_FLCTL0_TX,
32 SHDMA_SLAVE_FLCTL0_RX,
33 SHDMA_SLAVE_FLCTL1_TX,
34 SHDMA_SLAVE_FLCTL1_RX,
51 extern struct clk sh7372_extal1_clk;
52 extern struct clk sh7372_extal2_clk;
53 extern struct clk sh7372_dv_clki_clk;
54 extern struct clk sh7372_dv_clki_div2_clk;
55 extern struct clk sh7372_pllc2_clk;
57 extern void sh7372_init_irq(void);
58 extern void sh7372_map_io(void);
59 extern void sh7372_earlytimer_init(void);
60 extern void sh7372_add_early_devices(void);
61 extern void sh7372_add_standard_devices(void);
62 extern void sh7372_add_early_devices_dt(void);
63 extern void sh7372_add_standard_devices_dt(void);
64 extern void sh7372_clock_init(void);
65 extern void sh7372_pinmux_init(void);
66 extern void sh7372_pm_init(void);
67 extern void sh7372_resume_core_standby_sysc(void);
68 extern int sh7372_do_idle_sysc(unsigned long sleep_mode);
69 extern void sh7372_intcs_suspend(void);
70 extern void sh7372_intcs_resume(void);
71 extern void sh7372_intca_suspend(void);
72 extern void sh7372_intca_resume(void);
74 extern unsigned long sh7372_cpu_resume;
77 extern void __init sh7372_init_pm_domains(void);
79 static inline void sh7372_init_pm_domains(void) {}
82 extern void __init sh7372_pm_init_late(void);
84 #endif /* __ASM_SH7372_H__ */