Home
last modified time | relevance | path

Searched refs:at91_boot_soc (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/mach-at91/
Dsoc.h15 extern struct at91_init_soc at91_boot_soc;
26 return at91_boot_soc.init != NULL; in at91_soc_is_enabled()
30 #define at91rm9200_soc at91_boot_soc
34 #define at91sam9260_soc at91_boot_soc
38 #define at91sam9261_soc at91_boot_soc
42 #define at91sam9263_soc at91_boot_soc
46 #define at91sam9g45_soc at91_boot_soc
50 #define at91sam9rl_soc at91_boot_soc
54 #define at91sam9x5_soc at91_boot_soc
Dsetup.c26 struct at91_init_soc __initdata at91_boot_soc; variable
44 at91_init_interrupts(at91_boot_soc.default_irq_priority); in at91_init_irq_default()
109 at91_boot_soc = at91rm9200_soc; in soc_detect()
114 at91_boot_soc = at91sam9260_soc; in soc_detect()
119 at91_boot_soc = at91sam9261_soc; in soc_detect()
124 at91_boot_soc = at91sam9263_soc; in soc_detect()
129 at91_boot_soc = at91sam9260_soc; in soc_detect()
136 at91_boot_soc = at91sam9g45_soc; in soc_detect()
141 at91_boot_soc = at91sam9rl_soc; in soc_detect()
146 at91_boot_soc = at91sam9x5_soc; in soc_detect()
[all …]