diff options
Diffstat (limited to 'arch/arm/mach-at91/generic.h')
-rw-r--r-- | arch/arm/mach-at91/generic.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index 594133451c0c..4cad85e57470 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h | |||
@@ -28,6 +28,7 @@ extern void __init at91_aic_init(unsigned int priority[]); | |||
28 | 28 | ||
29 | /* Timer */ | 29 | /* Timer */ |
30 | struct sys_timer; | 30 | struct sys_timer; |
31 | extern void at91rm9200_ioremap_st(u32 addr); | ||
31 | extern struct sys_timer at91rm9200_timer; | 32 | extern struct sys_timer at91rm9200_timer; |
32 | extern void at91sam926x_ioremap_pit(u32 addr); | 33 | extern void at91sam926x_ioremap_pit(u32 addr); |
33 | extern struct sys_timer at91sam926x_timer; | 34 | extern struct sys_timer at91sam926x_timer; |
@@ -45,7 +46,6 @@ extern void __init at91sam9261_set_console_clock(int id); | |||
45 | extern void __init at91sam9263_set_console_clock(int id); | 46 | extern void __init at91sam9263_set_console_clock(int id); |
46 | extern void __init at91sam9rl_set_console_clock(int id); | 47 | extern void __init at91sam9rl_set_console_clock(int id); |
47 | extern void __init at91sam9g45_set_console_clock(int id); | 48 | extern void __init at91sam9g45_set_console_clock(int id); |
48 | extern void __init at91cap9_set_console_clock(int id); | ||
49 | #ifdef CONFIG_AT91_PMC_UNIT | 49 | #ifdef CONFIG_AT91_PMC_UNIT |
50 | extern int __init at91_clock_init(unsigned long main_clock); | 50 | extern int __init at91_clock_init(unsigned long main_clock); |
51 | #else | 51 | #else |
@@ -57,6 +57,9 @@ struct device; | |||
57 | extern void at91_irq_suspend(void); | 57 | extern void at91_irq_suspend(void); |
58 | extern void at91_irq_resume(void); | 58 | extern void at91_irq_resume(void); |
59 | 59 | ||
60 | /* idle */ | ||
61 | extern void at91sam9_idle(void); | ||
62 | |||
60 | /* reset */ | 63 | /* reset */ |
61 | extern void at91_ioremap_rstc(u32 base_addr); | 64 | extern void at91_ioremap_rstc(u32 base_addr); |
62 | extern void at91sam9_alt_restart(char, const char *); | 65 | extern void at91sam9_alt_restart(char, const char *); |
@@ -65,6 +68,12 @@ extern void at91sam9g45_restart(char, const char *); | |||
65 | /* shutdown */ | 68 | /* shutdown */ |
66 | extern void at91_ioremap_shdwc(u32 base_addr); | 69 | extern void at91_ioremap_shdwc(u32 base_addr); |
67 | 70 | ||
71 | /* Matrix */ | ||
72 | extern void at91_ioremap_matrix(u32 base_addr); | ||
73 | |||
74 | /* Ram Controler */ | ||
75 | extern void at91_ioremap_ramc(int id, u32 addr, u32 size); | ||
76 | |||
68 | /* GPIO */ | 77 | /* GPIO */ |
69 | #define AT91RM9200_PQFP 3 /* AT91RM9200 PQFP package has 3 banks */ | 78 | #define AT91RM9200_PQFP 3 /* AT91RM9200 PQFP package has 3 banks */ |
70 | #define AT91RM9200_BGA 4 /* AT91RM9200 BGA package has 4 banks */ | 79 | #define AT91RM9200_BGA 4 /* AT91RM9200 BGA package has 4 banks */ |